org.gnu.pango
public class Direction extends Enum
Deprecated: This class is part of the java-gnome 2.x family of libraries,
which, due to their inefficiency and complexity, are no longer
being maintained and have been abandoned by the java-gnome
project. This class may exist in java-gnome 4.0; look out for
org.gnome.pango.Direction
.
As this package was never fully implemented in java-gnome 2.x,
however, any new code written will have a considerably different
public API.
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) |
Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The text is written vertically top-to-bottom, with the rows ordered from left to right.Deprecated: Superceeded by java-gnome 4.0; this method or constant will no doubt exist conceptually, but it may have a different name or signature in order that the presented API is an algorithmic mapping of the underlying native libraries.
The text is written vertically top-to-bottom, with the rows ordered from right to left.