Uses of Class
com.badlogic.gdx.scenes.scene2d.ui.Label
-
Packages that use Label Package Description com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of Label in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return Label Modifier and Type Method Description LabelImageTextButton. getLabel()LabelTextButton. getLabel()LabelWindow. getTitleLabel()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)Methods in com.badlogic.gdx.scenes.scene2d.ui that return types with arguments of type Label Modifier and Type Method Description Cell<Label>Table. add(java.lang.CharSequence text)Adds a new cell with a label.Cell<Label>Table. add(java.lang.CharSequence text, java.lang.String labelStyleName)Adds a new cell with a label.Cell<Label>Table. add(java.lang.CharSequence text, java.lang.String fontName, Color color)Adds a new cell with a label.Cell<Label>Table. add(java.lang.CharSequence text, java.lang.String fontName, java.lang.String colorName)Adds a new cell with a label.Cell<Label>TextButton. getLabelCell()Methods in com.badlogic.gdx.scenes.scene2d.ui with parameters of type Label Modifier and Type Method Description voidImageTextButton. setLabel(Label label)voidTextButton. setLabel(Label label)DialogDialog. text(Label label)Adds the given Label to the content table
-