Package com.prineside.tdi2.scene2d.ui
Class TextField.TextFieldStyle
java.lang.Object
com.prineside.tdi2.scene2d.ui.TextField.TextFieldStyle
- Enclosing class:
 - TextField
 
The style for a text field, see 
TextField.- Author:
 - mzechner, Nathan Sweet
 
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
ConstructorsConstructorDescriptionTextFieldStyle(BitmapFont font, Color fontColor, Drawable cursor, Drawable selection, Drawable background)  - 
Method Summary
 
- 
Field Details
- 
font
 - 
fontColor
 - 
focusedFontColor
 - 
disabledFontColor
 - 
background
 - 
focusedBackground
 - 
disabledBackground
 - 
cursor
 - 
selection
 - 
messageFont
 - 
messageFontColor
 
 - 
 - 
Constructor Details
- 
TextFieldStyle
public TextFieldStyle() - 
TextFieldStyle
 - 
TextFieldStyle
 
 -