Class InnerSolarSystemMinimapScale
java.lang.Object
gaiasky.gui.minimap.AbstractMinimapScale
gaiasky.gui.minimap.InnerSolarSystemMinimapScale
- All Implemented Interfaces:
IMinimapScale
-
Field Summary
Fields inherited from class 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, transModifier and TypeFieldDescriptionprotected Vector2Dprotected Vector2Dprotected Vector3Qprotected Vector3Qprotected Vector3Dprotected Vector3Dprotected ICameraprotected com.badlogic.gdx.graphics.Colorprotected float[]protected float[]protected doubleExtent, in whatever units, of the minimap - where the edge isprotected doubleExtent, in whatever units, of the minimap - where the edge isprotected com.badlogic.gdx.graphics.g2d.BitmapFontprotected doubleConversions to and from internal unitsprotected com.badlogic.gdx.graphics.OrthographicCameraprotected com.badlogic.gdx.graphics.g2d.SpriteBatchprotected intprotected intprotected intprotected intprotected com.badlogic.gdx.graphics.glutils.ShapeRendererprotected com.badlogic.gdx.graphics.Colorprotected floatprotected com.badlogic.gdx.graphics.Colorprotected com.badlogic.gdx.graphics.Colorprotected com.badlogic.gdx.graphics.Colorprotected com.badlogic.gdx.graphics.Colorprotected com.badlogic.gdx.graphics.Colorprotected com.badlogic.gdx.graphics.Colorprotected doubleConversions to and from internal unitsprotected Matrix4D -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidinitialize(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) voidrenderSideProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) voidrenderTopProjection(com.badlogic.gdx.graphics.glutils.FrameBuffer fb) voidMethods inherited from class AbstractMinimapScale
direction, dispose, initialize, isActive, position, px, renderCameraSide, renderCameraSide, renderCameraTop, renderCameraTop, u2Px, updateModifier and TypeMethodDescriptionfloat[]voiddispose()protected voidinitialize(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, double to, double from, double extentUp, double extentDown) booleanfloat[]protected floatpx(float px) protected voidprotected voidrenderCameraSide(float viewportAlpha) protected voidprotected voidrenderCameraTop(float viewportAlpha) protected intu2Px(double units, float side) Converts units to pixels, given the side/2 of the end minimapvoidupdate()
-
Constructor Details
-
InnerSolarSystemMinimapScale
public InnerSolarSystemMinimapScale()
-
-
Method Details
-
updateLocal
public void updateLocal()- Specified by:
updateLocalin 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
-