Package ch.bailu.gtk.pango
Interface TextTransform
public interface TextTransform
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Display the first character of a word
in titlecasestatic final int
Display letters and numbers as lowercasestatic final int
Leave text unchangedstatic final int
Display letters and numbers as uppercase
-
Field Details
-
NONE
static final int NONELeave text unchanged- See Also:
-
LOWERCASE
static final int LOWERCASEDisplay letters and numbers as lowercase- See Also:
-
UPPERCASE
static final int UPPERCASEDisplay letters and numbers as uppercase- See Also:
-
CAPITALIZE
static final int CAPITALIZEDisplay the first character of a word
in titlecase- See Also:
-