com.badlogic.gdx.scenes.scene2d.ui
Class SelectBox.SelectBoxStyle
java.lang.Object
com.badlogic.gdx.scenes.scene2d.ui.SelectBox.SelectBoxStyle
- Enclosing class:
- SelectBox
public static class SelectBox.SelectBoxStyle
- extends java.lang.Object
The style for a select box, see SelectBox
.
- Author:
- mzechner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
background
public NinePatch background
listBackground
public NinePatch listBackground
listSelection
public NinePatch listSelection
font
public BitmapFont font
fontColor
public Color fontColor
itemSpacing
public float itemSpacing
SelectBox.SelectBoxStyle
public SelectBox.SelectBoxStyle()
SelectBox.SelectBoxStyle
public SelectBox.SelectBoxStyle(BitmapFont font,
Color fontColor,
NinePatch background,
NinePatch listBackground,
NinePatch listSelection)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)