libgdx API

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 java.lang.Object

Defines a list style, see List

Author:
mzechner

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

Field Detail

font

public BitmapFont font

fontColorSelected

public Color fontColorSelected

fontColorUnselected

public Color fontColorUnselected

selectedPatch

public NinePatch selectedPatch
Constructor Detail

List.ListStyle

public List.ListStyle(BitmapFont font,
                      Color fontColorSelected,
                      Color fontColorUnselected,
                      NinePatch selectedPatch)

libgdx API

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