Uses of Class
com.ibm.editors.utils.BidiText

Packages that use BidiText
com.ibm.editors.utils   
 

Uses of BidiText in com.ibm.editors.utils
 

Methods in com.ibm.editors.utils that return BidiText
 BidiText BidiText.transform(BidiFlagSet dstFlags)
          Transforms the data in the "this" BidiText object and return the resulting BidiText object.
 BidiText BidiText.transform(BidiFlagSet dstFlags, boolean isShape)
          Transforms the data in the "this" BidiText object and return the resulting BidiText object.
 BidiText BidiText.transform(BidiTransform bdx, boolean isShape)
          Transforms the data in the "this" BidiText object and return the resulting BidiText object.
 

Methods in com.ibm.editors.utils with parameters of type BidiText
 boolean BidiText.equals(BidiText other)
          Compares two BidiText objects.