com.badlogic.gdx.scenes.scene2d.ui
Class TextField.TextFieldStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.TextField.TextFieldStyle
- Enclosing class:
- TextField
public static class TextField.TextFieldStyle
- extends java.lang.Object
Defines a text field's style, see TextField
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
background
public NinePatch background
font
public BitmapFont font
fontColor
public Color fontColor
cursor
public NinePatch cursor
selection
public TextureRegion selection
TextField.TextFieldStyle
public TextField.TextFieldStyle()
TextField.TextFieldStyle
public TextField.TextFieldStyle(BitmapFont font,
Color fontColor,
NinePatch cursor,
TextureRegion selection,
NinePatch background)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)