|
|||||||||
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.WrapMode
org.gnome.pango.WrapMode
.
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 WrapMode
Describes how to wrap the lines of a PangoLayout to the desired width.
Field Summary | |
---|---|
static WrapMode |
CHAR
Deprecated. Wrap lines at character boundaries. |
static WrapMode |
WORD
Deprecated. Wrap lines at word boundaries. |
static WrapMode |
WORD_CHAR
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 | |
---|---|
WrapMode |
and(WrapMode other)
Deprecated. |
static WrapMode |
intern(int value)
Deprecated. |
WrapMode |
or(WrapMode other)
Deprecated. |
boolean |
test(WrapMode other)
Deprecated. |
WrapMode |
xor(WrapMode 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 WrapMode WORD
public static final WrapMode CHAR
public static final WrapMode WORD_CHAR
Method Detail |
---|
public static WrapMode intern(int value)
public WrapMode or(WrapMode other)
public WrapMode and(WrapMode other)
public WrapMode xor(WrapMode other)
public boolean test(WrapMode other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |