Uses of Class
com.prineside.tdi2.ui.actors.Label.LabelStyle
Packages that use Label.LabelStyle
Package
Description
-
Uses of Label.LabelStyle in com.prineside.tdi2.managers
Methods in com.prineside.tdi2.managers that return Label.LabelStyleModifier and TypeMethodDescriptionAssetManager.getDebugLabelStyle()
AssetManager.getLabelStyle
(int fontSize) AssetManager.getSmallDebugLabelStyle()
-
Uses of Label.LabelStyle in com.prineside.tdi2.scene2d.ui
Fields in com.prineside.tdi2.scene2d.ui declared as Label.LabelStyleConstructors in com.prineside.tdi2.scene2d.ui with parameters of type Label.LabelStyle -
Uses of Label.LabelStyle in com.prineside.tdi2.ui.actors
Fields in com.prineside.tdi2.ui.actors declared as Label.LabelStyleMethods in com.prineside.tdi2.ui.actors that return Label.LabelStyleMethods in com.prineside.tdi2.ui.actors with parameters of type Label.LabelStyleModifier and TypeMethodDescriptionvoid
Label.setStyle
(Label.LabelStyle style) Window.WindowStyle.setTitleLabelStyle
(Label.LabelStyle titleLabelStyle) Constructors in com.prineside.tdi2.ui.actors with parameters of type Label.LabelStyleModifierConstructorDescriptionComplexButton
(CharSequence text, Label.LabelStyle labelStyle, Runnable clickHandler) ComplexButton
(CharSequence text, Label.LabelStyle labelStyle, Runnable clickHandler, Runnable holdHandler) Label
(CharSequence text, Label.LabelStyle style) LabelButton
(CharSequence labelText, Label.LabelStyle style, Runnable ch) LabelStyle
(Label.LabelStyle style) LabelWithShadow
(CharSequence text, Label.LabelStyle style) RectButton
(CharSequence text, Label.LabelStyle labelStyle, Runnable clickHandler)