org.gnu.pango
Class WrapMode
java.lang.Object
|
+--org.gnu.glib.Enum
|
+--org.gnu.pango.WrapMode
- public class WrapMode
- extends Enum
Describes how to wrap the lines of a PangoLayout to the desired width.
Field Summary |
static WrapMode |
CHAR
wrap lines at character boundaries. |
static WrapMode |
WORD
wrap lines at word boundaries. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
WORD
public static final WrapMode WORD
- wrap lines at word boundaries.
CHAR
public static final WrapMode CHAR
- wrap lines at character boundaries.
intern
public static WrapMode intern(int value)
or
public WrapMode or(WrapMode other)
and
public WrapMode and(WrapMode other)
xor
public WrapMode xor(WrapMode other)
test
public boolean test(WrapMode other)