Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.pango.EllipsizeMode
public class EllipsizeMode
extends Enum
Field Summary | |
static EllipsizeMode |
|
static EllipsizeMode |
|
static EllipsizeMode |
|
static EllipsizeMode |
|
Method Summary | |
static EllipsizeMode |
|
public static final EllipsizeMode END
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.
Omit characters at the end of the text.
public static final EllipsizeMode MIDDLE
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.
Omit characters in the middle of the text.
public static final EllipsizeMode NONE
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.
No ellipsization.
public static final EllipsizeMode START
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.
Omit characters at the start of the text.
public static EllipsizeMode intern(int value)
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.
Get an EllipsizeMode instance from the given value. For internal use only!