Package zombie.worldMap.styles
Class WorldMapStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
- Direct Known Subclasses:
WorldMapLineStyleLayer,WorldMapPolygonStyleLayer,WorldMapTextureStyleLayer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final classstatic classstatic interfacestatic final classstatic final classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionfloat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WorldMapStyleLayer.RGBAfevalColor(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) protected floatevalFloat(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) protected TextureevalTexture(WorldMapStyleLayer.RenderArgs renderArgs, ArrayList arrayList) booleanfilter(WorldMapFeature worldMapFeature, WorldMapStyleLayer.FilterArgs filterArgs) abstract Stringabstract voidrender(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs) voidrenderCell(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
-