Package gaiasky.interfce
Class MinimapWidget
- java.lang.Object
-
- gaiasky.interfce.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
java.lang.String
getCurrentName()
TextureWidget
getSideProjection()
TextureWidget
getTopProjection()
void
update()
-
-
-
Method Detail
-
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 interfacecom.badlogic.gdx.utils.Disposable
-
-