Class WorldMapStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
- Direct Known Subclasses:
WorldMapLineStyleLayer
,WorldMapPolygonStyleLayer
,WorldMapTextureStyleLayer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final class
static class
static interface
static final class
static final class
static class
static enum
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionfloat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WorldMapStyleLayer.RGBAf
evalColor
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.ColorStop> arrayList) protected float
evalFloat
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.FloatStop> arrayList) protected float
evalFloat
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.FloatStop> arrayList, float float0) protected Texture
evalTexture
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList) protected WorldMapStyleLayer.TextureScaling
evalTextureScaling
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList, WorldMapStyleLayer.TextureScaling textureScaling) protected WorldMapStyleLayer.TextureStop
evalTextureStop
(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList) boolean
filter
(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) abstract String
abstract void
render
(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) void
-
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<WorldMapStyleLayer.ColorStop> arrayList) -
evalFloat
protected float evalFloat(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.FloatStop> arrayList) -
evalFloat
protected float evalFloat(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<WorldMapStyleLayer.FloatStop> arrayList, float float0) -
evalTexture
protected Texture evalTexture(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList) -
evalTextureScaling
protected WorldMapStyleLayer.TextureScaling evalTextureScaling(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList, WorldMapStyleLayer.TextureScaling textureScaling) -
evalTextureStop
protected WorldMapStyleLayer.TextureStop evalTextureStop(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList<? extends WorldMapStyleLayer.TextureStop> arrayList) -
filter
-
render
-
renderCell
-