Package com.github.tommyettinger.textra
Class Styles
java.lang.Object
com.github.tommyettinger.textra.Styles
An outer class that holds all styles for TextraTypist widgets. These are each named to match a scene2d.ui style,
such as
Styles.LabelStyle matching Label.LabelStyle. These styles are typically loaded from a skin
JSON file using FWSkin or one of its subclasses, but can also be created on their own. When reading in a
skin JSON file, no changes need to be made for TextraTypist styles if using FWSkin to load in the JSON.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThe style for a select box, seeTextraCheckBoxorTypingCheckBox.static classThe style for an image text button, seeImageTextraButton.static classThe style for aTextraLabelorTypingLabel.static classThe style for a ListBox, seeTextraListBox.static classThe style for a select box, seeTextraSelectBox.static classThe style for a text button, seeTextraButtonorTypingButton.static classThe style for a text tooltip, seeTextraTooltiporTypingTooltip.static classThe style for a window, seeTextraWindoworTypingWindow. -
Method Summary