libgdx API

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

The style for a label, see Label.

Author:
Nathan Sweet

Field Summary
 BitmapFont font
           
 Color fontColor
          Optional.
 
Constructor Summary
Label.LabelStyle()
           
Label.LabelStyle(BitmapFont font, Color fontColor)
           
 
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

fontColor

public Color fontColor
Optional.

Constructor Detail

Label.LabelStyle

public Label.LabelStyle()

Label.LabelStyle

public Label.LabelStyle(BitmapFont font,
                        Color fontColor)

libgdx API

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