libgdx API

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

java.lang.Object
  extended by com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
Direct Known Subclasses:
Button.ButtonStyle
Enclosing class:
Label

public static class Label.LabelStyle
extends java.lang.Object

Defines a label's style, see Label

Author:
mzechner

Field Summary
 BitmapFont font
           
 Color fontColor
           
 
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
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)