Package com.prineside.tdi2.scene2d.ui
Class List.ListStyle
java.lang.Object
com.prineside.tdi2.scene2d.ui.List.ListStyle
The style for a list, see 
List.- Author:
 - mzechner, Nathan Sweet
 
- 
Field Summary
FieldsModifier and TypeFieldDescription - 
Constructor Summary
ConstructorsConstructorDescriptionListStyle(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, Drawable selection) ListStyle(List.ListStyle style)  - 
Method Summary
 
- 
Field Details
- 
font
 - 
fontColorSelected
 - 
fontColorUnselected
 - 
selection
 - 
down
 - 
over
 - 
background
 
 - 
 - 
Constructor Details
- 
ListStyle
public ListStyle() - 
ListStyle
public ListStyle(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, Drawable selection)  - 
ListStyle
 
 -