Searched refs:RUN_DIRECTION_RTL (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/test/java/text/Bidi/
H A DBug7051769.java52 TextAttribute.RUN_DIRECTION_RTL);
H A DBug7042148.java53 TextAttribute.RUN_DIRECTION_RTL);
H A DBidiEmbeddingTest.java112 astr.addAttribute(TextAttribute.RUN_DIRECTION, TextAttribute.RUN_DIRECTION_RTL);
H A DBug6665028.java122 astr.addAttribute(TextAttribute.RUN_DIRECTION, TextAttribute.RUN_DIRECTION_RTL);
H A DBidiConformance.java186 System.out.println(" Test#" + testNo + ": RUN_DIRECTION_RTL");
189 TextAttribute.RUN_DIRECTION_RTL);
196 ": RUN_DIRECTION_RTL, BIDI_EMBEDDING(1)");
199 TextAttribute.RUN_DIRECTION_RTL);
213 ": RUN_DIRECTION_RTL, BIDI_EMBEDDING(2)");
216 TextAttribute.RUN_DIRECTION_RTL);
230 ": RUN_DIRECTION_RTL, BIDI_EMBEDDING(-3)");
233 TextAttribute.RUN_DIRECTION_RTL);
247 ": RUN_DIRECTION_RTL, BIDI_EMBEDDING(-4)");
250 TextAttribute.RUN_DIRECTION_RTL);
[all...]
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DVisibleAdvance.java51 advances = showAndCalculateAdvance ("Right-to-left (One style): ", getString (TextAttribute.RUN_DIRECTION_RTL, false), advances);
54 advances = showAndCalculateAdvance ("Right-to-left (Multiple styles): ", getString (TextAttribute.RUN_DIRECTION_RTL, true), advances);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java193 * <td valign="TOP">RUN_DIRECTION_LTR<br>RUN_DIRECTION_RTL</td>
796 * <p>The constants {@link #RUN_DIRECTION_RTL} and {@link
823 public static final Boolean RUN_DIRECTION_RTL = field in class:TextAttribute
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java235 TextAttribute.RUN_DIRECTION_RTL);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DParagraphView.java129 if ((o != null) && o.equals(TextAttribute.RUN_DIRECTION_RTL)) {
H A DJTextComponent.java449 : TextAttribute.RUN_DIRECTION_RTL;
492 : TextAttribute.RUN_DIRECTION_RTL;
H A DAbstractDocument.java736 if ((d != null) && (d.equals(TextAttribute.RUN_DIRECTION_RTL))) {
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java707 case 1: return TextAttribute.RUN_DIRECTION_RTL;
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2543 if ((d != null) && (d.equals(TextAttribute.RUN_DIRECTION_RTL))) {

Completed in 1628 milliseconds