org.gnu.pango
Class WrapMode
Describes how to wrap the lines of a PangoLayout to the desired width.
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.
|
CHAR
public static final WrapMode CHAR
Wrap lines at character boundaries.
WORD
public static final WrapMode WORD
Wrap lines at word boundaries.
WORD_CHAR
public static final WrapMode WORD_CHAR
Wrap lines at word boundaries, but fall back to character
boundaries if there is not enough space for a full word.
intern
public static WrapMode intern(int value)