Package zombie.worldMap.styles
Class WorldMapStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
- Direct Known Subclasses:
WorldMapLineStyleLayer,WorldMapPolygonStyleLayer,WorldMapTextureStyleLayer
public abstract class WorldMapStyleLayer
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorldMapStyleLayer.ColorStopstatic classWorldMapStyleLayer.FilterArgsstatic classWorldMapStyleLayer.FloatStopstatic interfaceWorldMapStyleLayer.IWorldMapStyleFilterstatic classWorldMapStyleLayer.RenderArgsstatic classWorldMapStyleLayer.RGBAfstatic classWorldMapStyleLayer.Stopstatic classWorldMapStyleLayer.TextureStop -
Field Summary
Fields Modifier and Type Field Description WorldMapStyleLayer.IWorldMapStyleFilterm_filterjava.lang.Stringm_filterKeyjava.lang.Stringm_filterValuejava.lang.Stringm_idfloatm_minZoom -
Constructor Summary
Constructors Constructor Description WorldMapStyleLayer(java.lang.String string) -
Method Summary
Modifier and Type Method Description protected WorldMapStyleLayer.RGBAfevalColor(WorldMapStyleLayer.RenderArgs renderArgs, java.util.ArrayList arrayList)protected floatevalFloat(WorldMapStyleLayer.RenderArgs renderArgs, java.util.ArrayList arrayList)protected TextureevalTexture(WorldMapStyleLayer.RenderArgs renderArgs, java.util.ArrayList arrayList)booleanfilter(WorldMapFeature worldMapFeature, WorldMapStyleLayer.FilterArgs filterArgs)abstract java.lang.StringgetTypeString()abstract voidrender(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs)voidrenderCell(WorldMapStyleLayer.RenderArgs renderArgs)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_id
public java.lang.String m_id -
m_minZoom
public float m_minZoom -
m_filter
-
m_filterKey
public java.lang.String m_filterKey -
m_filterValue
public java.lang.String m_filterValue
-
-
Constructor Details
-
WorldMapStyleLayer
public WorldMapStyleLayer(java.lang.String string)
-
-
Method Details
-
getTypeString
public abstract java.lang.String getTypeString() -
evalColor
protected WorldMapStyleLayer.RGBAf evalColor(WorldMapStyleLayer.RenderArgs renderArgs, java.util.ArrayList arrayList) -
evalFloat
-
evalTexture
protected Texture evalTexture(WorldMapStyleLayer.RenderArgs renderArgs, java.util.ArrayList arrayList) -
filter
-
render
public abstract void render(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs) -
renderCell
-