Class TextField.TextFieldStyle
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle
-
-
Field Summary
Fields Modifier and Type Field Description DrawablebackgroundDrawablecursorDrawabledisabledBackgroundColordisabledFontColorDrawablefocusedBackgroundColorfocusedFontColorBitmapFontfontColorfontColorBitmapFontmessageFontColormessageFontColorDrawableselection
-
Constructor Summary
Constructors Constructor Description TextFieldStyle()TextFieldStyle(BitmapFont font, Color fontColor, Drawable cursor, Drawable selection, Drawable background)TextFieldStyle(TextField.TextFieldStyle style)
-
-
-
Field Detail
-
font
public BitmapFont font
-
fontColor
public Color fontColor
-
messageFont
@Null public BitmapFont messageFont
-
-
Constructor Detail
-
TextFieldStyle
public TextFieldStyle()
-
TextFieldStyle
public TextFieldStyle(BitmapFont font, Color fontColor, @Null Drawable cursor, @Null Drawable selection, @Null Drawable background)
-
TextFieldStyle
public TextFieldStyle(TextField.TextFieldStyle style)
-
-