libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Class ComboBox.ComboBoxStyle

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.ComboBox.ComboBoxStyle
Enclosing class:
ComboBox

public static class ComboBox.ComboBoxStyle
extends java.lang.Object

Defines the style of a combo box. See ComboBox

Author:
mzechner

Field Summary
 NinePatch background
           
 BitmapFont font
           
 Color fontColor
           
 NinePatch listBackground
           
 NinePatch listSelection
           
 
Constructor Summary
ComboBox.ComboBoxStyle()
           
ComboBox.ComboBoxStyle(BitmapFont font, Color fontColor, NinePatch background, NinePatch listBackground, NinePatch listSelection)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

background

public NinePatch background

listBackground

public NinePatch listBackground

listSelection

public NinePatch listSelection

font

public BitmapFont font

fontColor

public Color fontColor
Constructor Detail

ComboBox.ComboBoxStyle

public ComboBox.ComboBoxStyle()

ComboBox.ComboBoxStyle

public ComboBox.ComboBoxStyle(BitmapFont font,
                              Color fontColor,
                              NinePatch background,
                              NinePatch listBackground,
                              NinePatch listSelection)

libgdx API

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