Uses of Enum
com.ibm.icu.text.BidiTransform.Order
Packages that use BidiTransform.Order
-
Uses of BidiTransform.Order in com.ibm.icu.text
Subclasses with type arguments of type BidiTransform.Order in com.ibm.icu.textMethods in com.ibm.icu.text that return BidiTransform.OrderModifier and TypeMethodDescriptionstatic BidiTransform.OrderReturns 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.OrderModifier and TypeMethodDescriptionprivate BidiTransform.ReorderingSchemeBidiTransform.findMatchingScheme(byte inLevel, BidiTransform.Order inOrder, byte outLevel, BidiTransform.Order outOrder) Finds a validmatching the caller-defined scheme.BidiTransform.ReorderingSchemeprivate static booleanBidiTransform.IsLogical(BidiTransform.Order order) Is order logical? convenience methodprivate static booleanBidiTransform.IsVisual(BidiTransform.Order order) Is order visual? convenience method(package private) abstract booleanBidiTransform.ReorderingScheme.matches(byte inLevel, BidiTransform.Order inOrder, byte outLevel, BidiTransform.Order outOrder) Indicates whether this scheme matches another one in terms of equality of base direction and ordering scheme.BidiTransform.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.