public class BidiFlag
extends java.lang.Object
Bidi text can be stored in different formats, which are characterized by 5 Bidi attributes, whose values may be stored in 5 Bidi flags. These 5 flags constitute a BidiFlagSet.
A BidiFlagSet object contains a value for each of the 5 Bidi flags which represent the Bidi attributes. The 5 attributes are:
Multi-threading considerations: There are no multi-threading concerns for this class, since it only defines static final instances.
| Modifier and Type | Field and Description | 
|---|---|
| static BidiFlag | NUMERALS_ANYValue identifying that numeral shapes may be Nominal or National | 
| static BidiFlag | NUMERALS_CONTEXTUALValue identifying that numeral shapes are Contextual (Nominal or National
  depending on context) | 
| static BidiFlag | NUMERALS_NATIONALValue identifying that numeral shapes are National | 
| static BidiFlag | NUMERALS_NOMINALValue identifying that numeral shapes are Nominal | 
| static BidiFlag | ORIENTATION_CONTEXT_LTRValue identifying Contextual orientation with default to LTR | 
| static BidiFlag | ORIENTATION_CONTEXT_RTLValue identifying Contextual orientation with default to RTL | 
| static BidiFlag | ORIENTATION_LTRValue identifying LTR orientation | 
| static BidiFlag | ORIENTATION_RTLValue identifying RTL orientation | 
| static BidiFlag | SWAP_NOValue identifying that symmetric swapping has not been applied | 
| static BidiFlag | SWAP_YESValue identifying that symmetric swapping has been applied | 
| static BidiFlag | TEXT_FINALValue identifying that the text must be displayed in Final characters | 
| static BidiFlag | TEXT_INITIALValue identifying that the text must be displayed in Initial characters | 
| static BidiFlag | TEXT_ISOLATEDValue identifying that the text must be displayed in Isolated characters | 
| static BidiFlag | TEXT_MIDDLEValue identifying that the text must be displayed in Middle characters | 
| static BidiFlag | TEXT_NOMINALValue identifying that the text is stored in Nominal characters | 
| static BidiFlag | TEXT_SHAPEDValue identifying that the text is stored in Shaped characters | 
| static BidiFlag | TYPE_IMPLICITValue identifying Implicit type of text | 
| static BidiFlag | TYPE_VISUALValue identifying Visual type of text | 
public static final BidiFlag TYPE_IMPLICIT
public static final BidiFlag TYPE_VISUAL
public static final BidiFlag ORIENTATION_LTR
public static final BidiFlag ORIENTATION_RTL
public static final BidiFlag ORIENTATION_CONTEXT_LTR
public static final BidiFlag ORIENTATION_CONTEXT_RTL
public static final BidiFlag SWAP_YES
public static final BidiFlag SWAP_NO
public static final BidiFlag NUMERALS_NOMINAL
public static final BidiFlag NUMERALS_NATIONAL
public static final BidiFlag NUMERALS_CONTEXTUAL
public static final BidiFlag NUMERALS_ANY
public static final BidiFlag TEXT_NOMINAL
public static final BidiFlag TEXT_SHAPED
public static final BidiFlag TEXT_INITIAL
public static final BidiFlag TEXT_MIDDLE
public static final BidiFlag TEXT_FINAL
public static final BidiFlag TEXT_ISOLATED