Package | Description |
---|---|
psdi.iface.bidi.core |
Modifier and Type | Method and Description |
---|---|
BidiAttributes.NumeralsShaping |
BidiAttributes.getNumeralsShaping()
returns the parameter representing numeral shaping
|
static BidiAttributes.NumeralsShaping |
BidiAttributes.NumeralsShaping.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BidiAttributes.NumeralsShaping[] |
BidiAttributes.NumeralsShaping.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
BidiAttributes(BidiAttributes.TextType type,
BidiAttributes.TextOrientation orientation,
BidiAttributes.TextShaping shaping,
BidiAttributes.NumeralsShaping numerals)
Class constructor setting all five attributes as passed parameters, and assuming
ON symmetric
swapping as default. |
BidiAttributes(BidiAttributes.TextType type,
BidiAttributes.TextOrientation orientation,
BidiAttributes.TextSymSwapping swapping,
BidiAttributes.TextShaping shaping,
BidiAttributes.NumeralsShaping numerals)
Class constructor setting all five attributes as passed parameters, and assuming symmetric
swapping as an enumeration value.
|
BidiAttributes(BidiAttributes.TextType type,
BidiAttributes.TextOrientation orientation,
boolean swapping,
BidiAttributes.TextShaping shaping,
BidiAttributes.NumeralsShaping numerals)
Class constructor setting all five attributes as passed parameters, and assuming symmetric
swapping as boolean value.
|