Package | Description |
---|---|
psdi.iface.bidi.core |
Modifier and Type | Method and Description |
---|---|
BidiAttributes.TextOrientation |
BidiAttributes.getTextOrientation()
returns the parameter representing orientation
|
static BidiAttributes.TextOrientation |
BidiAttributes.TextOrientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BidiAttributes.TextOrientation[] |
BidiAttributes.TextOrientation.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)
Class constructor setting text type and orientation and assuming default values
for the rest of the attributes.
|
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)
Class constructor setting text type, orientation and symmetric swapping, and assuming default values
for the rest of the attributes.
|
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.
|