Package zombie.worldMap
Class WorldMapRenderer.Drawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.worldMap.WorldMapRenderer.Drawer
- Enclosing class:
- WorldMapRenderer
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawLineString(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1) voiddrawLineStringTexture(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1, Texture texture) voiddrawLineStringXXX(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1) voiddrawLineStringYYY(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1) voiddrawTexture(Texture texture, WorldMapStyleLayer.RGBAf rGBAf, int int1, int int2, int int3, int int4) voiddrawTextureTiled(Texture texture, WorldMapStyleLayer.RGBAf rGBAf, int int1, int int2, int int3, int int4, int int5, int int6) voiddrawTextureTiled(Texture texture, WorldMapStyleLayer.RGBAf rGBAf, int int1, int int2, int int3, int int4, int int5, int int6, int int7, int int8) voidfillPolygon(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf) voidfillPolygon(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, Texture texture, float float1) intintintintgetWidth()floatvoidvoidrender()floatuiToWorldX(float float1, float float2) floatuiToWorldY(float float1, float float2) floatworldOriginUIX(float float1) floatworldOriginUIY(float float1)
-
Field Details
-
m_zoomF
public float m_zoomF
-
-
Method Details
-
getAbsoluteX
public int getAbsoluteX() -
getAbsoluteY
public int getAbsoluteY() -
getWidth
public int getWidth() -
getHeight
public int getHeight() -
getWorldScale
public float getWorldScale() -
uiToWorldX
public float uiToWorldX(float float1, float float2) -
uiToWorldY
public float uiToWorldY(float float1, float float2) -
worldOriginUIX
public float worldOriginUIX(float float1) -
worldOriginUIY
public float worldOriginUIY(float float1) -
drawLineStringXXX
public void drawLineStringXXX(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1) -
drawLineStringYYY
public void drawLineStringYYY(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1) -
drawLineString
public void drawLineString(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1) -
drawLineStringTexture
public void drawLineStringTexture(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, float float1, Texture texture) -
fillPolygon
public void fillPolygon(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf) -
fillPolygon
public void fillPolygon(WorldMapStyleLayer.RenderArgs renderArgs, WorldMapFeature worldMapFeature, WorldMapStyleLayer.RGBAf rGBAf, Texture texture, float float1) -
drawTexture
public void drawTexture(Texture texture, WorldMapStyleLayer.RGBAf rGBAf, int int1, int int2, int int3, int int4) -
drawTextureTiled
public void drawTextureTiled(Texture texture, WorldMapStyleLayer.RGBAf rGBAf, int int1, int int2, int int3, int int4, int int5, int int6) -
drawTextureTiled
public void drawTextureTiled(Texture texture, WorldMapStyleLayer.RGBAf rGBAf, int int1, int int2, int int3, int int4, int int5, int int6, int int7, int int8) -
render
public void render()- Specified by:
renderin classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRenderin classTextureDraw.GenericDrawer
-