Uses of Class
org.jqurantree.arabic.encoding.unicode.UnicodeType

Packages that use UnicodeType
org.jqurantree.arabic.encoding Contains interfaces and supporting base classes for Arabic encoders and decoders. 
org.jqurantree.arabic.encoding.unicode Contains the UnicodeEncoder and UnicodeDecoder classes for translating ArabicText to and from Unicode. 
 

Uses of UnicodeType in org.jqurantree.arabic.encoding
 

Methods in org.jqurantree.arabic.encoding with parameters of type UnicodeType
protected  void EncodingTableBase.addItem(UnicodeType unicodeType, char ch, CharacterType characterType)
          Adds an Arabic character to the table.
protected  void EncodingTableBase.addItem(UnicodeType unicodeType, char ch, CharacterType characterType, DiacriticType diacriticType)
          Adds an Arabic character with an attached diacritic to the table.
protected  void EncodingTableBase.addItem(UnicodeType unicodeType, char ch, DiacriticType diacriticType)
          Adds a diacritic to the table.
 char EncodingTableBase.getCharacter(UnicodeType unicodeType)
          Gets an output character in the table by Unicode character type.
 

Uses of UnicodeType in org.jqurantree.arabic.encoding.unicode
 

Methods in org.jqurantree.arabic.encoding.unicode that return UnicodeType
static UnicodeType UnicodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UnicodeType[] UnicodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.