Searched defs:trailing (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/lib/
H A DExsltSets.java83 * The set:trailing function returns the nodes in the node set passed as the first argument that
96 public static NodeList trailing (NodeList nl1, NodeList nl2) method in class:ExsltSets
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextHitInfo.java48 * or <EM>trailing</EM> (the right edge, for a left-to-right character).
52 * For example, consider the text "abc". TextHitInfo.trailing(1)
60 * is leading, and one character after if the bias is trailing. The
61 * insertion offset for TextHitInfo.trailing(1) is 2.
68 * Calling <code>getOtherHit</code> on trailing(1) would return leading(2).
69 * In general, <code>getOtherHit</code> for trailing(n) returns
71 * returns trailing(n-1).
124 * than the character index if the trailing edge was hit.
188 * Creates a hit on the trailing edge of the character at
191 * @return a <code>TextHitInfo</code> on the trailing edg
194 public static TextHitInfo trailing(int charIndex) { method in class:TextHitInfo
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthInternalFrameTitlePane.java432 boolean trailing) {
434 if (trailing) {
441 if (trailing) {
431 center(Component c, Insets insets, int x, boolean trailing) argument
/openjdk7/jdk/src/share/classes/javax/swing/
H A DGroupLayout.java312 * vertical axis trailing means aligned to the bottom edge.
1666 * @param trailingPadding any trailing autopadding springs are added
1669 * @param trailing any trailing ComponentSpring are added to this
1677 List<ComponentSpring> leading, List<ComponentSpring> trailing,
2154 List<ComponentSpring> leading, List<ComponentSpring> trailing,
2218 // Last Spring, add it to trailing
2219 trailing.add(cSpring);
2240 trailing.addAll(newTrailing);
2304 // If we get here, both leading and trailing spring
1674 insertAutopadding(int axis, List<AutoPreferredGapSpring> leadingPadding, List<AutoPreferredGapSpring> trailingPadding, List<ComponentSpring> leading, List<ComponentSpring> trailing, boolean insert) argument
2151 insertAutopadding(int axis, List<AutoPreferredGapSpring> leadingPadding, List<AutoPreferredGapSpring> trailingPadding, List<ComponentSpring> leading, List<ComponentSpring> trailing, boolean insert) argument
2609 insertAutopadding(int axis, List<AutoPreferredGapSpring> leadingPadding, List<AutoPreferredGapSpring> trailingPadding, List<ComponentSpring> leading, List<ComponentSpring> trailing, boolean insert) argument
[all...]

Completed in 32 milliseconds