org.gnu.pango
public class Direction extends Enum
| Field Summary | |
|---|---|
| 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. |
| Method Summary | |
|---|---|
| Direction | and(Direction other) |
| static Direction | intern(int value) |
| Direction | or(Direction other) |
| boolean | test(Direction other) |
| Direction | xor(Direction other) |