Searched defs:RUN_DIRECTION (Results 1 - 2 of 2) sorted by relevance

/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/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");

Completed in 41 milliseconds