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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextAttribute.java197 * <td valign="TOP">{@link #BIDI_EMBEDDING}</td>
847 public static final TextAttribute BIDI_EMBEDDING = field in class:TextAttribute
/openjdk7/jdk/src/share/classes/sun/text/bidi/
H A DBidiBase.java2667 * The BIDI_EMBEDDING attribute in the text, if present, represents
2712 (Integer) paragraph.getAttribute(TextAttributeConstants.BIDI_EMBEDDING);
3459 static final AttributedCharacterIterator.Attribute BIDI_EMBEDDING = field in class:BidiBase.TextAttributeConstants
3460 getTextAttribute("BIDI_EMBEDDING");

Completed in 43 milliseconds