Package ch.bailu.gtk.gtk
Schnittstelle InscriptionOverflow
public interface InscriptionOverflow
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Clip the remaining textstatic final int
Omit characters at the end of the textstatic final int
Omit characters at the middle of the textstatic final int
Omit characters at the start of the text
-
Felddetails
-
CLIP
static final int CLIPClip the remaining text- Siehe auch:
-
ELLIPSIZE_START
static final int ELLIPSIZE_STARTOmit characters at the start of the text- Siehe auch:
-
ELLIPSIZE_MIDDLE
static final int ELLIPSIZE_MIDDLEOmit characters at the middle of the text- Siehe auch:
-
ELLIPSIZE_END
static final int ELLIPSIZE_ENDOmit characters at the end of the text- Siehe auch:
-