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

Uses of ArabicOption in com.ibm.bidiTools.bdlayout
 

Fields in com.ibm.bidiTools.bdlayout declared as ArabicOption
static ArabicOption ArabicOption.LAMALEF_ATBEGIN
          Value identifying At Begin.
static ArabicOption ArabicOption.LAMALEF_ATEND
          Value identifying At End.
static ArabicOption ArabicOption.LAMALEF_AUTO
          Value identifying Auto.
static ArabicOption ArabicOption.LAMALEF_NEAR
          Value identifying Near.
static ArabicOption ArabicOption.SEEN_AUTO
          Value identifying Auto.
static ArabicOption ArabicOption.SEEN_NEAR
          Value identifying Near.
static ArabicOption ArabicOption.TASHKEEL_AUTO
          Value identifying Auto.
static ArabicOption ArabicOption.TASHKEEL_CUSTOMIZED_ATBEGIN
          Value identifying Customized At Begin.
static ArabicOption ArabicOption.TASHKEEL_CUSTOMIZED_ATEND
          Value identifying Customized At end.
static ArabicOption ArabicOption.TASHKEEL_KEEP
          Value identifying Keep Tashkeel.
static ArabicOption ArabicOption.YEHHAMZA_AUTO
          Value identifying Auto.
static ArabicOption ArabicOption.YEHHAMZA_TWO_CELL_NEAR
          Value identifying Near.
 

Methods in com.ibm.bidiTools.bdlayout that return ArabicOption
 ArabicOption ArabicOptionSet.getLamAlefMode()
          Returns the Lam Alef option from an ArabicOptionSet.
 ArabicOption ArabicOptionSet.getSeenMode()
          Returns the Seen option from an ArabicOptionSet.
 ArabicOption ArabicOptionSet.getTashkeelMode()
          Returns the Tashkeel option from an ArabicOptionSet.
 ArabicOption ArabicOptionSet.getYehHamzaMode()
          Returns the Yeh Hamza option from an ArabicOptionSet.
 

Methods in com.ibm.bidiTools.bdlayout with parameters of type ArabicOption
 void ArabicOptionSet.setOneOption(ArabicOption newoption)
          Sets a new value for one of the Bidi Options in a set without changing the other Arabic Options.
 

Constructors in com.ibm.bidiTools.bdlayout with parameters of type ArabicOption
ArabicOptionSet(ArabicOption option)
          Constructs an ArabicOptionSet from one ArabicOption.
ArabicOptionSet(ArabicOption option1, ArabicOption option2)
          Constructs an ArabicOptionSet from two ArabicOptions.
ArabicOptionSet(ArabicOption option1, ArabicOption option2, ArabicOption option3)
          Constructs an ArabicOptionSet from three ArabicOptions.
ArabicOptionSet(ArabicOption option1, ArabicOption option2, ArabicOption option3, ArabicOption option4)
          Constructs an ArabicOptionSet from four ArabicOptions.