Package | Description |
---|---|
psdi.iface.bidi.core |
Modifier and Type | Method and Description |
---|---|
BidiAttributes.TextSymSwapping |
BidiAttributes.getTextSymSwapping()
returns the parameter representing swapping
|
static BidiAttributes.TextSymSwapping |
BidiAttributes.TextSymSwapping.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BidiAttributes.TextSymSwapping[] |
BidiAttributes.TextSymSwapping.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.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.
|