public class LayoutState
extends java.lang.Object
Constructor and Description |
---|
LayoutState(UiContainerRenderTree uiContainer,
com.badlogic.gdx.assets.AssetManager assetManager,
UiTheme theme,
ScreenSize screenSize,
int totalColumns,
float parentWidth,
boolean screenSizeChanged) |
Modifier and Type | Method and Description |
---|---|
com.badlogic.gdx.assets.AssetManager |
getAssetManager() |
float |
getColumnWidth(int columns) |
InputSource |
getLastInputSource() |
float |
getParentWidth() |
ScreenSize |
getScreenSize() |
UiTheme |
getTheme() |
int |
getTotalColumns() |
UiContainerRenderTree |
getUiContainer() |
boolean |
isScreenSizeChanged() |
void |
setParentWidth(float parentWidth) |
java.lang.String |
toString() |
public LayoutState(UiContainerRenderTree uiContainer, com.badlogic.gdx.assets.AssetManager assetManager, UiTheme theme, ScreenSize screenSize, int totalColumns, float parentWidth, boolean screenSizeChanged)
public float getParentWidth()
public void setParentWidth(float parentWidth)
public com.badlogic.gdx.assets.AssetManager getAssetManager()
public ScreenSize getScreenSize()
public int getTotalColumns()
public float getColumnWidth(int columns)
public UiTheme getTheme()
public UiContainerRenderTree getUiContainer()
public InputSource getLastInputSource()
public boolean isScreenSizeChanged()
public java.lang.String toString()
toString
in class java.lang.Object