Package gaiasky.gui.components
Class LocationLogComponent
java.lang.Object
gaiasky.gui.components.GuiComponent
gaiasky.gui.components.LocationLogComponent
- All Implemented Interfaces:
IObserver
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLocationLogComponent
(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage) -
Method Summary
Methods inherited from class gaiasky.gui.components.GuiComponent
getActor, group
-
Constructor Details
-
LocationLogComponent
public LocationLogComponent(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
-
-
Method Details
-
initialize
public void initialize(float componentWidth) Description copied from class:GuiComponent
Initialises the component.- Specified by:
initialize
in classGuiComponent
- Parameters:
componentWidth
- The target width of the component.
-
notify
Description copied from interface:IObserver
Event notification call. -
dispose
public void dispose()Description copied from class:GuiComponent
Disposes the component.- Specified by:
dispose
in classGuiComponent
-