Uses of Class
org.jqurantree.arabic.CharacterType

Packages that use CharacterType
org.jqurantree.arabic Models ArabicText as a sequence of characters with diacritics, with an internal ByteFormat used to represent character data. 
org.jqurantree.arabic.encoding Contains interfaces and supporting base classes for Arabic encoders and decoders. 
 

Uses of CharacterType in org.jqurantree.arabic
 

Fields in org.jqurantree.arabic declared as CharacterType
static CharacterType[] CharacterType.values
          An ordered array of character types.
 

Methods in org.jqurantree.arabic that return CharacterType
 CharacterType ArabicText.getCharacterType(int index)
          Gets the type of ArabicCharacter at the specified index.
 CharacterType ArabicCharacter.getType()
          Gets the CharacterType of the character, such as Alif or Ba.
static CharacterType CharacterType.valueOf(int ordinal)
          Gets a character type given its ordinal value.
static CharacterType CharacterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CharacterType[] CharacterType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jqurantree.arabic with parameters of type CharacterType
 void ArabicTextBuilder.add(CharacterType characterType)
          Appends a new character to the end of the buffer.
 void ArabicTextBuilder.add(CharacterType characterType, DiacriticType... diaciritcTypes)
          Appends a new character with attached diacritics to the end of the buffer.
 

Uses of CharacterType in org.jqurantree.arabic.encoding
 

Methods in org.jqurantree.arabic.encoding with parameters of type CharacterType
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.
 char EncodingTableBase.getCharacter(CharacterType characterType)
          Gets an output character in the table by Arabic character type.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.