public class CheckboxStyleRule extends ParentStyleRule
| Constructor and Description |
|---|
CheckboxStyleRule() |
| Modifier and Type | Method and Description |
|---|---|
org.mini2Dx.core.graphics.TextureRegion |
getDisabledCheckTextureRegion() |
org.mini2Dx.core.graphics.NinePatch |
getDisabledNinePatch() |
org.mini2Dx.core.graphics.TextureRegion |
getDisabledUncheckTextureRegion() |
org.mini2Dx.core.graphics.TextureRegion |
getEnabledCheckTextureRegion() |
org.mini2Dx.core.graphics.NinePatch |
getEnabledNinePatch() |
org.mini2Dx.core.graphics.TextureRegion |
getEnabledUncheckTextureRegion() |
org.mini2Dx.core.graphics.TextureRegion |
getHoveredCheckTextureRegion() |
org.mini2Dx.core.graphics.TextureRegion |
getHoveredUncheckTextureRegion() |
void |
prepareAssets(UiTheme theme,
com.badlogic.gdx.assets.loaders.FileHandleResolver fileHandleResolver,
com.badlogic.gdx.assets.AssetManager assetManager) |
getBackground, getBackgroundMode, getBackgroundNinePatch, getNinePatchBottom, getNinePatchLeft, getNinePatchRight, getNinePatchTop, getRounding, setBackground, setBackgroundMode, setRoundinggetMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMinHeight, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, loadDependencies, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMinHeight, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, toString, validatepublic void prepareAssets(UiTheme theme, com.badlogic.gdx.assets.loaders.FileHandleResolver fileHandleResolver, com.badlogic.gdx.assets.AssetManager assetManager)
prepareAssets in class ParentStyleRulepublic org.mini2Dx.core.graphics.NinePatch getEnabledNinePatch()
public org.mini2Dx.core.graphics.NinePatch getDisabledNinePatch()
public org.mini2Dx.core.graphics.TextureRegion getDisabledCheckTextureRegion()
public org.mini2Dx.core.graphics.TextureRegion getDisabledUncheckTextureRegion()
public org.mini2Dx.core.graphics.TextureRegion getEnabledCheckTextureRegion()
public org.mini2Dx.core.graphics.TextureRegion getEnabledUncheckTextureRegion()
public org.mini2Dx.core.graphics.TextureRegion getHoveredCheckTextureRegion()
public org.mini2Dx.core.graphics.TextureRegion getHoveredUncheckTextureRegion()