KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > text > Bidi

java.text
Class Bidi

java.lang.Object
  extended by java.text.Bidi
See Also:
Source Code

public boolean baseIsLeftToRight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Bidi(char[] text,
            int textStart,
            byte[] embeddings,
            int embStart,
            int paragraphLength,
            int flags)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Bidi(String paragraph,
            int flags)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Bidi(AttributedCharacterIterator paragraph)
See Also:
TextAttribute.RUN_DIRECTION, TextAttribute.NUMERIC_SHAPING, TextAttribute.BIDI_EMBEDDING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Bidi createLineBidi(int lineStart,
                           int lineLimit)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DIRECTION_DEFAULT_LEFT_TO_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DIRECTION_DEFAULT_RIGHT_TO_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DIRECTION_LEFT_TO_RIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int DIRECTION_RIGHT_TO_LEFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getBaseLevel()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getLevelAt(int offset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRunCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRunLevel(int run)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRunLimit(int run)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRunStart(int run)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isLeftToRight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isMixed()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isRightToLeft()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void reorderVisually(byte[] levels,
                                   int levelStart,
                                   Object[] objects,
                                   int objectStart,
                                   int count)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static boolean requiresBidi(char[] text,
                                   int start,
                                   int limit)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags