Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle
-
Packages that use Label.LabelStyle Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Label.LabelStyle in com.badlogic.gdx.scenes.scene2d.ui
Fields in com.badlogic.gdx.scenes.scene2d.ui declared as Label.LabelStyle Modifier and Type Field Description Label.LabelStyleTextTooltip.TextTooltipStyle. labelMethods in com.badlogic.gdx.scenes.scene2d.ui that return Label.LabelStyle Modifier and Type Method Description Label.LabelStyleLabel. getStyle()Returns the label's style.Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Label.LabelStyle Modifier and Type Method Description protected LabelImageTextButton. newLabel(java.lang.String text, Label.LabelStyle style)protected LabelTextButton. newLabel(java.lang.String text, Label.LabelStyle style)protected LabelTextTooltip. newLabel(java.lang.String text, Label.LabelStyle style)protected LabelWindow. newLabel(java.lang.String text, Label.LabelStyle style)voidLabel. setStyle(Label.LabelStyle style)DialogDialog. text(java.lang.String text, Label.LabelStyle labelStyle)Adds a label to the content table.Constructors in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Label.LabelStyle Constructor Description Label(java.lang.CharSequence text, Label.LabelStyle style)LabelStyle(Label.LabelStyle style)TextTooltipStyle(Label.LabelStyle label, Drawable background)
-