Class CustomInterface
java.lang.Object
gaiasky.gui.iface.CustomInterface
- All Implemented Interfaces:
IObserver, IGuiInterface
Simple interface to display custom elements (messages, texts, textures), set
from the API. See
UiModule.-
Constructor Summary
ConstructorsConstructorDescriptionCustomInterface(com.badlogic.gdx.scenes.scene2d.Stage ui, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, Object lock) -
Method Summary
-
Constructor Details
-
CustomInterface
public CustomInterface(com.badlogic.gdx.scenes.scene2d.Stage ui, com.badlogic.gdx.scenes.scene2d.ui.Skin skin, Object lock)
-
-
Method Details
-
reAddObjects
public void reAddObjects() -
notify
-
dispose
public void dispose()- Specified by:
disposein interfaceIGuiInterface
-
update
public void update()- Specified by:
updatein interfaceIGuiInterface
-
isOn
public boolean isOn()- Specified by:
isOnin interfaceIGuiInterface
-