|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle
public static class TextField.TextFieldStyle
The style for a text field, see TextField
.
Field Summary | |
---|---|
Drawable |
background
Optional. |
Drawable |
cursor
Optional. |
Color |
disabledFontColor
|
BitmapFont |
font
|
Color |
fontColor
|
BitmapFont |
messageFont
Optional. |
Color |
messageFontColor
Optional. |
Drawable |
selection
Optional. |
Constructor Summary | |
---|---|
TextField.TextFieldStyle()
|
|
TextField.TextFieldStyle(BitmapFont font,
Color fontColor,
Drawable cursor,
Drawable selection,
Drawable background)
|
|
TextField.TextFieldStyle(TextField.TextFieldStyle style)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BitmapFont font
public Color fontColor
public Color disabledFontColor
public Drawable background
public Drawable cursor
public Drawable selection
public BitmapFont messageFont
public Color messageFontColor
Constructor Detail |
---|
public TextField.TextFieldStyle()
public TextField.TextFieldStyle(BitmapFont font, Color fontColor, Drawable cursor, Drawable selection, Drawable background)
public TextField.TextFieldStyle(TextField.TextFieldStyle style)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |