Class MinimapWidget

java.lang.Object
gaiasky.interafce.MinimapWidget
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable

public class MinimapWidget
extends java.lang.Object
implements com.badlogic.gdx.utils.Disposable
  • Constructor Summary

    Constructors
    Constructor Description
    MinimapWidget​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin)  
  • Method Summary

    Modifier and Type Method Description
    void dispose()  
    java.lang.String getCurrentName()  
    TextureWidget getSideProjection()  
    TextureWidget getTopProjection()  
    void update()  

    Methods inherited from class java.lang.Object

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

    • MinimapWidget

      public MinimapWidget​(com.badlogic.gdx.scenes.scene2d.ui.Skin skin)
  • Method Details

    • update

      public void update()
    • getSideProjection

      public TextureWidget getSideProjection()
    • getTopProjection

      public TextureWidget getTopProjection()
    • getCurrentName

      public java.lang.String getCurrentName()
    • dispose

      public void dispose()
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable