Class Label.LabelStyle
- java.lang.Object
-
- com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
-
-
Field Summary
Fields Modifier and Type Field Description DrawablebackgroundBitmapFontfontColorfontColor
-
Constructor Summary
Constructors Constructor Description LabelStyle()LabelStyle(BitmapFont font, Color fontColor)LabelStyle(Label.LabelStyle style)
-
-
-
Field Detail
-
font
public BitmapFont font
-
-
Constructor Detail
-
LabelStyle
public LabelStyle()
-
LabelStyle
public LabelStyle(BitmapFont font, @Null Color fontColor)
-
LabelStyle
public LabelStyle(Label.LabelStyle style)
-
-