com.badlogic.gdx.scenes.scene2d.ui
Class List.ListStyle

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.List.ListStyle
Enclosing class:
List

public static class List.ListStyle
extends Object

The style for a list, see List.

Author:
mzechner, Nathan Sweet

Field Summary
 BitmapFont font
           
 Color fontColorSelected
           
 Color fontColorUnselected
           
 Drawable selection
           
 
Constructor Summary
List.ListStyle()
           
List.ListStyle(BitmapFont font, Color fontColorSelected, Color fontColorUnselected, Drawable selection)
           
List.ListStyle(List.ListStyle style)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

public BitmapFont font

fontColorSelected

public Color fontColorSelected

fontColorUnselected

public Color fontColorUnselected

selection

public Drawable selection
Constructor Detail

List.ListStyle

public List.ListStyle()

List.ListStyle

public List.ListStyle(BitmapFont font,
                      Color fontColorSelected,
                      Color fontColorUnselected,
                      Drawable selection)

List.ListStyle

public List.ListStyle(List.ListStyle style)


Copyright © 2013. All Rights Reserved.