org.gnu.pango
public class WrapMode 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.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.
Field Summary | |
---|---|
static WrapMode | CHAR Wrap lines at character boundaries. |
static WrapMode | WORD Wrap lines at word boundaries. |
static WrapMode | WORD_CHAR
Wrap lines at word boundaries, but fall back to character boundaries if
there is not enough space for a full word. |
Method Summary | |
---|---|
WrapMode | and(WrapMode other) |
static WrapMode | intern(int value) |
WrapMode | or(WrapMode other) |
boolean | test(WrapMode other) |
WrapMode | xor(WrapMode 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.
Wrap lines at word boundaries, but fall back to character boundaries if there is not enough space for a full word.