Searched refs:RUN_DIRECTION_LTR (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DVisibleAdvance.java50 advances = showAndCalculateAdvance ("Left-to-right (One style): ", getString (TextAttribute.RUN_DIRECTION_LTR, false), advances);
53 advances = showAndCalculateAdvance ("Left-to-right (Multiple styles): ", getString (TextAttribute.RUN_DIRECTION_LTR, true), advances);
/openjdk7/jdk/test/java/text/Bidi/
H A DBug7042148.java50 TextAttribute.RUN_DIRECTION_LTR);
H A DBidiConformance.java128 System.out.println(" Test#" + testNo +": RUN_DIRECTION_LTR");
131 TextAttribute.RUN_DIRECTION_LTR);
139 ": RUN_DIRECTION_LTR, BIDI_EMBEDDING(1)");
142 TextAttribute.RUN_DIRECTION_LTR);
154 TextAttribute.RUN_DIRECTION_LTR);
166 TextAttribute.RUN_DIRECTION_LTR);
175 ": RUN_DIRECTION_LTR, BIDI_EMBEDDING(-4)");
178 TextAttribute.RUN_DIRECTION_LTR);
272 ": RUN_DIRECTION_LTR, NUMERIC_SHAPING(ARABIC)");
275 TextAttribute.RUN_DIRECTION_LTR);
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java193 * <td valign="TOP">RUN_DIRECTION_LTR<br>RUN_DIRECTION_RTL</td>
797 * #RUN_DIRECTION_LTR} are provided.
816 public static final Boolean RUN_DIRECTION_LTR = field in class:TextAttribute
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java658 runDirection = (byte)(TextAttribute.RUN_DIRECTION_LTR.equals(o) ? 0 : 1);
706 case 0: return TextAttribute.RUN_DIRECTION_LTR;
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java2700 paraLvl = (runDirection.equals(TextAttributeConstants.RUN_DIRECTION_LTR)) ?
3463 * TextAttribute.RUN_DIRECTION_LTR
3465 static final Boolean RUN_DIRECTION_LTR = (clazz == null) ? field in class:BidiBase.TextAttributeConstants
3466 Boolean.FALSE : (Boolean)getStaticField(clazz, "RUN_DIRECTION_LTR");
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.java448 ? TextAttribute.RUN_DIRECTION_LTR
491 ? TextAttribute.RUN_DIRECTION_LTR
H A DAbstractDocument.java1215 if (TextAttribute.RUN_DIRECTION_LTR.equals(direction)) {

Completed in 3541 milliseconds