Searched refs:RUN_DIRECTION (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/test/java/text/Bidi/
H A DBug7042148.java49 attrLTR.put(TextAttribute.RUN_DIRECTION,
52 attrRTL.put(TextAttribute.RUN_DIRECTION,
H A DBug7051769.java51 attrNS.put(TextAttribute.RUN_DIRECTION,
H A DBidiConformance.java130 astr.addAttribute(TextAttribute.RUN_DIRECTION,
141 astr.addAttribute(TextAttribute.RUN_DIRECTION,
153 astr.addAttribute(TextAttribute.RUN_DIRECTION,
165 astr.addAttribute(TextAttribute.RUN_DIRECTION,
177 astr.addAttribute(TextAttribute.RUN_DIRECTION,
188 astr.addAttribute(TextAttribute.RUN_DIRECTION,
198 astr.addAttribute(TextAttribute.RUN_DIRECTION,
215 astr.addAttribute(TextAttribute.RUN_DIRECTION,
232 astr.addAttribute(TextAttribute.RUN_DIRECTION,
249 astr.addAttribute(TextAttribute.RUN_DIRECTION,
[all...]
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);
/openjdk7/jdk/src/share/classes/sun/font/
H A DEAttribute.java58 ERUN_DIRECTION(RUN_DIRECTION),
/openjdk7/jdk/test/java/awt/font/TextLayout/
H A DVisibleAdvance.java72 as.addAttribute (TextAttribute.RUN_DIRECTION, direction);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTextLayoutStrategy.java523 } else if( attribute == TextAttribute.RUN_DIRECTION ) {
525 v.getDocument().getProperty(TextAttribute.RUN_DIRECTION);
548 keys.add(TextAttribute.RUN_DIRECTION);
H A DAbstractDocument.java548 if( key == TextAttribute.RUN_DIRECTION
735 Object d = getProperty(TextAttribute.RUN_DIRECTION);
1180 Object d = getProperty(TextAttribute.RUN_DIRECTION);
1196 d = p.getAttributes().getAttribute(TextAttribute.RUN_DIRECTION);
H A DJTextComponent.java450 if (runDir != doc.getProperty(TextAttribute.RUN_DIRECTION)) {
451 doc.putProperty(TextAttribute.RUN_DIRECTION, runDir );
493 doc.putProperty( TextAttribute.RUN_DIRECTION, runDir );
H A DParagraphView.java128 Object o = doc.getProperty(TextAttribute.RUN_DIRECTION);
H A DDefaultStyledDocument.java571 hasRuns = (attr.getAttribute(TextAttribute.RUN_DIRECTION) != null);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java191 * <td valign="TOP">{@link #RUN_DIRECTION}</td>
809 public static final TextAttribute RUN_DIRECTION = field in class:TextAttribute
814 * @see #RUN_DIRECTION
821 * @see #RUN_DIRECTION
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextTests.java234 complexMap.put(TextAttribute.RUN_DIRECTION,
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java2660 * The RUN_DIRECTION attribute in the text, if present, determines the base
2695 (Boolean) paragraph.getAttribute(TextAttributeConstants.RUN_DIRECTION);
3455 static final AttributedCharacterIterator.Attribute RUN_DIRECTION = field in class:BidiBase.TextAttributeConstants
3456 getTextAttribute("RUN_DIRECTION");
/openjdk7/jdk/src/share/classes/java/awt/
H A DFont.java1841 TextAttribute.RUN_DIRECTION,
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2542 Object d = getProperty(TextAttribute.RUN_DIRECTION);

Completed in 149 milliseconds