org.gnu.pango
public class EllipsizeMode extends Enum
Field Summary | |
---|---|
static EllipsizeMode | END
Omit characters at the end of the text. |
static EllipsizeMode | MIDDLE
Omit characters in the middle of the text. |
static EllipsizeMode | NONE
No ellipsization. |
static EllipsizeMode | START
Omit characters at the start of the text. |
Method Summary | |
---|---|
static EllipsizeMode | intern(int value)
Get an EllipsizeMode instance from the given value. |