|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.pango.Direction
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.
public class Direction
The PangoDirection type represents the direction of writing for text.
Field Summary | |
---|---|
static Direction |
LTR
Deprecated. The text is written left-to-right |
static Direction |
RTL
Deprecated. The text is written right-to-left |
static Direction |
TTB_LTR
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. |
static Direction |
TTB_RTL
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. |
Method Summary | |
---|---|
Direction |
and(Direction other)
Deprecated. |
static Direction |
intern(int value)
Deprecated. |
Direction |
or(Direction other)
Deprecated. |
boolean |
test(Direction other)
Deprecated. |
Direction |
xor(Direction other)
Deprecated. |
Methods inherited from class org.gnu.glib.Enum |
---|
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Direction LTR
public static final Direction RTL
public static final Direction TTB_LTR
public static final Direction TTB_RTL
Method Detail |
---|
public static Direction intern(int value)
public Direction or(Direction other)
public Direction and(Direction other)
public Direction xor(Direction other)
public boolean test(Direction other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |