|
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 | |
---|---|
NinePatch |
background
Optional. |
NinePatch |
cursor
Optional. |
BitmapFont |
font
|
Color |
fontColor
|
BitmapFont |
messageFont
Optional. |
Color |
messageFontColor
Optional. |
TextureRegion |
selection
Optional. |
Constructor Summary | |
---|---|
TextField.TextFieldStyle()
|
|
TextField.TextFieldStyle(BitmapFont font,
Color fontColor,
BitmapFont messageFont,
Color messageFontColor,
NinePatch cursor,
TextureRegion selection,
NinePatch background)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public NinePatch background
public NinePatch cursor
public BitmapFont font
public Color fontColor
public TextureRegion selection
public BitmapFont messageFont
public Color messageFontColor
Constructor Detail |
---|
public TextField.TextFieldStyle()
public TextField.TextFieldStyle(BitmapFont font, Color fontColor, BitmapFont messageFont, Color messageFontColor, NinePatch cursor, TextureRegion selection, NinePatch background)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |