Uses of Class
com.ibm.icu.text.BidiTransform.Order
-
Packages that use BidiTransform.Order Package Description com.ibm.icu.text -
-
Uses of BidiTransform.Order in com.ibm.icu.text
Methods in com.ibm.icu.text that return BidiTransform.Order Modifier and Type Method Description static BidiTransform.OrderBidiTransform.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static BidiTransform.Order[]BidiTransform.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.icu.text with parameters of type BidiTransform.Order Modifier and Type Method Description StringBidiTransform. transform(CharSequence text, byte inParaLevel, BidiTransform.Order inOrder, byte outParaLevel, BidiTransform.Order outOrder, BidiTransform.Mirroring doMirroring, int shapingOptions)Performs transformation of text from the bidi layout defined by the input ordering scheme to the bidi layout defined by the output ordering scheme, and applies character mirroring and Arabic shaping operations.
-