org.gnu.pango
Class Direction
The PangoDirection type represents the direction of writing for text.
static Direction | LTR - The text is written left-to-right
|
static Direction | RTL - The text is written right-to-left
|
static Direction | TTB_LTR - The text is written vertically top-to-bottom, with the rows ordered from
left to right.
|
static Direction | TTB_RTL - The text is written vertically top-to-bottom, with the rows ordered from
right to left.
|
LTR
public static final Direction LTR
The text is written left-to-right
RTL
public static final Direction RTL
The text is written right-to-left
TTB_LTR
public static final Direction TTB_LTR
The text is written vertically top-to-bottom, with the rows ordered from
left to right.
TTB_RTL
public static final Direction TTB_RTL
The text is written vertically top-to-bottom, with the rows ordered from
right to left.
intern
public static Direction intern(int value)