libgdx API

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

Packages that use List.ListStyle
com.badlogic.gdx.scenes.scene2d.ui   
 

Uses of List.ListStyle in com.badlogic.gdx.scenes.scene2d.ui
 

Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type List.ListStyle
 void List.setStyle(List.ListStyle style)
          Sets the style of this widget.
 

Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type List.ListStyle
List(java.lang.String[] items, List.ListStyle style)
           
List(java.lang.String[] items, List.ListStyle style, java.lang.String name)
          Creates a new List.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)