Uses of Class
org.jqurantree.arabic.ArabicCharacter

Packages that use ArabicCharacter
org.jqurantree.arabic Models ArabicText as a sequence of characters with diacritics, with an internal ByteFormat used to represent character data. 
 

Uses of ArabicCharacter in org.jqurantree.arabic
 

Methods in org.jqurantree.arabic that return ArabicCharacter
 ArabicCharacter ArabicText.getCharacter(int index)
          Gets the ArabicCharacter at the specified index.
 

Methods in org.jqurantree.arabic that return types with arguments of type ArabicCharacter
 java.util.Iterator<ArabicCharacter> ArabicText.iterator()
          Gets an iterator which may be used to enumerate through each character in the text.
 



Copyright© Kais Dukes, 2009. All Rights Reserved.