Class LocationLogComponent

java.lang.Object
gaiasky.interafce.components.GuiComponent
gaiasky.interafce.components.LocationLogComponent
All Implemented Interfaces:
IObserver

public class LocationLogComponent
extends GuiComponent
implements IObserver
  • Field Summary

    Fields inherited from class gaiasky.interafce.components.GuiComponent

    component, pad1, pad12, pad3, pad4, pad6, pad8, pad9, skin, stage
  • Constructor Summary

    Constructors
    Constructor Description
    LocationLogComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)  
  • Method Summary

    Modifier and Type Method Description
    void dispose()
    Disposes the component.
    void initialize()
    Initialises the component.
    void notify​(Events event, java.lang.Object... data)  

    Methods inherited from class gaiasky.interafce.components.GuiComponent

    getActor, group

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • LocationLogComponent

      public LocationLogComponent​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin, com.badlogic.gdx.scenes.scene2d.Stage stage)
  • Method Details