com.badlogic.gdx.scenes.scene2d.ui
Class Label.LabelStyle

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
Enclosing class:
Label

public static class Label.LabelStyle
extends Object

The style for a label, see Label.

Author:
Nathan Sweet

Field Summary
 Drawable background
          Optional.
 BitmapFont font
           
 Color fontColor
          Optional.
 
Constructor Summary
Label.LabelStyle()
           
Label.LabelStyle(BitmapFont font, Color fontColor)
           
Label.LabelStyle(Label.LabelStyle style)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

font

public BitmapFont font

fontColor

public Color fontColor
Optional.


background

public Drawable background
Optional.

Constructor Detail

Label.LabelStyle

public Label.LabelStyle()

Label.LabelStyle

public Label.LabelStyle(BitmapFont font,
                        Color fontColor)

Label.LabelStyle

public Label.LabelStyle(Label.LabelStyle style)


Copyright © 2013. All Rights Reserved.