libgdx API

com.badlogic.gdx.scenes.scene2d.ui
Class SelectBox.SelectBoxStyle

java.lang.Object
  extended by 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, Nathan Sweet

Field Summary
 Drawable background
           
 Drawable backgroundOpen
          Optional.
 Drawable backgroundOver
          Optional.
 BitmapFont font
           
 Color fontColor
           
 float itemSpacing
           
 Drawable listBackground
           
 Drawable listSelection
           
 
Constructor Summary
SelectBox.SelectBoxStyle()
           
SelectBox.SelectBoxStyle(BitmapFont font, Color fontColor, Drawable background, Drawable listBackground, Drawable listSelection)
           
SelectBox.SelectBoxStyle(SelectBox.SelectBoxStyle style)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

background

public Drawable background

backgroundOver

public Drawable backgroundOver
Optional.


backgroundOpen

public Drawable backgroundOpen
Optional.


listBackground

public Drawable listBackground

listSelection

public Drawable listSelection

font

public BitmapFont font

fontColor

public Color fontColor

itemSpacing

public float itemSpacing
Constructor Detail

SelectBox.SelectBoxStyle

public SelectBox.SelectBoxStyle()

SelectBox.SelectBoxStyle

public SelectBox.SelectBoxStyle(BitmapFont font,
                                Color fontColor,
                                Drawable background,
                                Drawable listBackground,
                                Drawable listSelection)

SelectBox.SelectBoxStyle

public SelectBox.SelectBoxStyle(SelectBox.SelectBoxStyle style)

libgdx API

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