|
java-gnome version 4.0.15 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.gnome.pango.EllipsizeMode
public final class EllipsizeMode
Those constants specify what sort of ellipsization should be applied to a line of text. In the ellipsization process characters are removed from the text in order to make it fit to a given width and replaced with an ellipsis (...).
| 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 |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final EllipsizeMode END
public static final EllipsizeMode MIDDLE
public static final EllipsizeMode NONE
public static final EllipsizeMode START
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||