Package zombie.worldMap.styles
Class WorldMapStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
- Direct Known Subclasses:
WorldMapLineStyleLayer
,WorldMapPolygonStyleLayer
,WorldMapTextureStyleLayer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static final class
static class
static interface
static final class
static final class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionfloat
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected WorldMapStyleLayer.RGBAf
evalColor
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) protected float
evalFloat
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) protected Texture
evalTexture
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) boolean
filter
(WorldMapFeature worldMapFeature, WorldMapStyleLayer.FilterArgs filterArgs) abstract String
abstract void
render
(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs) void
renderCell
(WorldMapStyleLayer.RenderArgs renderArgs)
-
Field Details
-
m_id
-
m_minZoom
public float m_minZoom -
m_filter
-
m_filterKey
-
m_filterValue
-
-
Constructor Details
-
WorldMapStyleLayer
-
-
Method Details
-
getTypeString
-
evalColor
protected WorldMapStyleLayer.RGBAf evalColor(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) -
evalFloat
-
evalTexture
-
filter
-
render
public abstract void render(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs) -
renderCell
-