|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
public static class Label.LabelStyle
The style for a label, see Label
.
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 |
---|
public BitmapFont font
public Color fontColor
Constructor Detail |
---|
public Label.LabelStyle()
public Label.LabelStyle(BitmapFont font, Color fontColor)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |