|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BidiFlag in com.ibm.bidiTools.bdlayout |
---|
Fields in com.ibm.bidiTools.bdlayout declared as BidiFlag | |
---|---|
static BidiFlag |
BidiFlag.NUMERALS_ANY
Value identifying that numeral shapes may be Nominal or National |
static BidiFlag |
BidiFlag.NUMERALS_CONTEXTUAL
Value identifying that numeral shapes are Contextual (Nominal or National depending on context) |
static BidiFlag |
BidiFlag.NUMERALS_NATIONAL
Value identifying that numeral shapes are National |
static BidiFlag |
BidiFlag.NUMERALS_NOMINAL
Value identifying that numeral shapes are Nominal |
static BidiFlag |
BidiFlag.ORIENTATION_CONTEXT_LTR
Value identifying Contextual orientation with default to LTR |
static BidiFlag |
BidiFlag.ORIENTATION_CONTEXT_RTL
Value identifying Contextual orientation with default to RTL |
static BidiFlag |
BidiFlag.ORIENTATION_LTR
Value identifying LTR orientation |
static BidiFlag |
BidiFlag.ORIENTATION_RTL
Value identifying RTL orientation |
static BidiFlag |
BidiFlag.SWAP_NO
Value identifying that symmetric swapping has not been applied |
static BidiFlag |
BidiFlag.SWAP_YES
Value identifying that symmetric swapping has been applied |
static BidiFlag |
BidiFlag.TEXT_FINAL
Value identifying that the text must be displayed in Final characters |
static BidiFlag |
BidiFlag.TEXT_INITIAL
Value identifying that the text must be displayed in Initial characters |
static BidiFlag |
BidiFlag.TEXT_ISOLATED
Value identifying that the text must be displayed in Isolated characters |
static BidiFlag |
BidiFlag.TEXT_MIDDLE
Value identifying that the text must be displayed in Middle characters |
static BidiFlag |
BidiFlag.TEXT_NOMINAL
Value identifying that the text is stored in Nominal characters |
static BidiFlag |
BidiFlag.TEXT_SHAPED
Value identifying that the text is stored in Shaped characters |
static BidiFlag |
BidiFlag.TYPE_IMPLICIT
Value identifying Implicit type of text |
static BidiFlag |
BidiFlag.TYPE_VISUAL
Value identifying Visual type of text |
Methods in com.ibm.bidiTools.bdlayout that return BidiFlag | |
---|---|
BidiFlag |
BidiFlagSet.getNumerals()
Returns the numeral shapes flag from a BidiFlagSet. |
BidiFlag |
BidiFlagSet.getOrientation()
Returns the orientation flag from a BidiFlagSet. |
BidiFlag |
BidiFlagSet.getSwap()
Returns the symmetric swapping flag from a BidiFlagSet. |
BidiFlag |
BidiFlagSet.getText()
Returns the text shapes flag from a BidiFlagSet. |
BidiFlag |
BidiFlagSet.getType()
Returns the type-of-text flag from a BidiFlagSet. |
Methods in com.ibm.bidiTools.bdlayout with parameters of type BidiFlag | |
---|---|
void |
BidiFlagSet.setOneFlag(BidiFlag newFlag)
Sets a new value for one of the Bidi flags in a set without changing the other Bidi flags. |
Constructors in com.ibm.bidiTools.bdlayout with parameters of type BidiFlag | |
---|---|
BidiFlagSet(BidiFlag flag)
Constructs a BidiFlagSet from one BidiFlag. |
|
BidiFlagSet(BidiFlag flag1,
BidiFlag flag2)
Constructs a BidiFlagSet from two BidiFlags. |
|
BidiFlagSet(BidiFlag flag1,
BidiFlag flag2,
BidiFlag flag3)
Constructs a BidiFlagSet from three BidiFlags. |
|
BidiFlagSet(BidiFlag flag1,
BidiFlag flag2,
BidiFlag flag3,
BidiFlag flag4)
Constructs a BidiFlagSet from four BidiFlags. |
|
BidiFlagSet(BidiFlag flag1,
BidiFlag flag2,
BidiFlag flag3,
BidiFlag flag4,
BidiFlag flag5)
Constructs a BidiFlagSet from five BidiFlags. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |