org.gnu.pango
public class WrapMode extends Enum
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) |