Searched refs:getBidiLevel (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/font/
H A DTextSource.java62 public abstract int getBidiLevel(); method in class:TextSource
H A DStandardTextSource.java174 public int getBidiLevel() { method in class:StandardTextSource
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DStyleConstants.java284 public static int getBidiLevel(AttributeSet a) { method in class:StyleConstants
H A DAbstractDocument.java927 return ((StyleConstants.getBidiLevel(bidiAttrs) % 2) == 0);
1066 int prevLevel=StyleConstants.getBidiLevel(prevElem.getAttributes());
1097 int nextLevel = StyleConstants.getBidiLevel(nextElem.getAttributes());
H A DTextLayoutStrategy.java143 levels[i] = (byte)StyleConstants.getBidiLevel(bidiElem.getAttributes());

Completed in 48 milliseconds