Package gaiasky.interafce.minimap
Class InnerSolarSystemMinimapScale
java.lang.Object
gaiasky.interafce.minimap.AbstractMinimapScale
gaiasky.interafce.minimap.InnerSolarSystemMinimapScale
- All Implemented Interfaces:
IMinimapScale
public class InnerSolarSystemMinimapScale extends AbstractMinimapScale
-
Field Summary
Fields inherited from class gaiasky.interafce.minimap.AbstractMinimapScale
aux2d1, aux2d2, aux3b1, aux3b2, aux3d1, aux3d2, cam, camc, camd, camp, extentDown, extentUp, font, from, ortho, sb, side, side2, sideshort, sideshort2, sr, sunc, suns, textbc, textcc, textgc, textmc, textrc, textyc, to, trans
-
Constructor Summary
Constructors Constructor Description InnerSolarSystemMinimapScale()
-
Method Summary
Modifier and Type Method Description java.lang.String
getName()
void
initialize(com.badlogic.gdx.graphics.OrthographicCamera ortho, com.badlogic.gdx.graphics.g2d.SpriteBatch sb, com.badlogic.gdx.graphics.glutils.ShapeRenderer sr, com.badlogic.gdx.graphics.g2d.BitmapFont font, int side, int sideshort)
void
renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb)
void
updateLocal()
Methods inherited from class gaiasky.interafce.minimap.AbstractMinimapScale
direction, dispose, initialize, isActive, position, px, renderCameraSide, renderCameraSide, renderCameraTop, renderCameraTop, u2Px, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
InnerSolarSystemMinimapScale
public InnerSolarSystemMinimapScale()
-
-
Method Details
-
updateLocal
public void updateLocal()- Specified by:
updateLocal
in classAbstractMinimapScale
-
initialize
public void initialize(com.badlogic.gdx.graphics.OrthographicCamera ortho, com.badlogic.gdx.graphics.g2d.SpriteBatch sb, com.badlogic.gdx.graphics.glutils.ShapeRenderer sr, com.badlogic.gdx.graphics.g2d.BitmapFont font, int side, int sideshort) -
renderSideProjection
public void renderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
renderTopProjection
public void renderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) -
getName
public java.lang.String getName()
-