Uses of Class
com.ibm.bidiTools.bdlayout.ArabicOptionSet

Uses of ArabicOptionSet in com.ibm.bidiTools.bdlayout
 

Fields in com.ibm.bidiTools.bdlayout declared as ArabicOptionSet
 ArabicOptionSet BidiTransform.options
          Option: shaping options for this transformation
 

Methods in com.ibm.bidiTools.bdlayout with parameters of type ArabicOptionSet
 boolean ArabicOptionSet.equals(ArabicOptionSet other)
          Compares two ArabicOptionSets.
 void ArabicOptionSet.setAllOptions(ArabicOptionSet set)
          Sets all Arabic options based on another ArabicOptionSet.
 

Constructors in com.ibm.bidiTools.bdlayout with parameters of type ArabicOptionSet
ArabicOptionSet(ArabicOptionSet set)
          Constructs an ArabicOptionSet based on an existing ArabicOptionSet.