public class TextBoxStyleRuleset extends StyleRuleset<TextBoxStyleRule>
StyleRuleset implementation for TextBoxStyleRules| Constructor and Description |
|---|
TextBoxStyleRuleset() |
| Modifier and Type | Method and Description |
|---|---|
TextBoxStyleRule |
getStyleRule(ScreenSize screenSize) |
void |
loadDependencies(UiTheme theme,
org.mini2Dx.gdx.utils.Array<AssetDescriptor> dependencies) |
void |
prepareAssets(UiTheme theme,
FileHandleResolver fileHandleResolver,
AssetManager assetManager) |
void |
putStyleRule(ScreenSize screenSize,
TextBoxStyleRule rule) |
void |
validate(UiTheme theme) |
getStyleRule, loadDependencies, prepareAssets, validatepublic void putStyleRule(ScreenSize screenSize, TextBoxStyleRule rule)
putStyleRule in class StyleRuleset<TextBoxStyleRule>public TextBoxStyleRule getStyleRule(ScreenSize screenSize)
getStyleRule in class StyleRuleset<TextBoxStyleRule>public void validate(UiTheme theme)
validate in class StyleRuleset<TextBoxStyleRule>public void loadDependencies(UiTheme theme, org.mini2Dx.gdx.utils.Array<AssetDescriptor> dependencies)
loadDependencies in class StyleRuleset<TextBoxStyleRule>public void prepareAssets(UiTheme theme, FileHandleResolver fileHandleResolver, AssetManager assetManager)
prepareAssets in class StyleRuleset<TextBoxStyleRule>