com.badlogic.gdx.scenes.scene2d.ui
Class Label.LabelStyle
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
font
public BitmapFont font
fontColor
public Color fontColor
- Optional.
background
public Drawable background
- Optional.
Label.LabelStyle
public Label.LabelStyle()
Label.LabelStyle
public Label.LabelStyle(BitmapFont font,
Color fontColor)
Label.LabelStyle
public Label.LabelStyle(Label.LabelStyle style)
Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)