Package zombie.worldMap.styles
Class WorldMapLineStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
zombie.worldMap.styles.WorldMapLineStyleLayer
public class WorldMapLineStyleLayer extends WorldMapStyleLayer
-
Nested Class Summary
Nested classes/interfaces inherited from class zombie.worldMap.styles.WorldMapStyleLayer
WorldMapStyleLayer.ColorStop, WorldMapStyleLayer.FilterArgs, WorldMapStyleLayer.FloatStop, WorldMapStyleLayer.IWorldMapStyleFilter, WorldMapStyleLayer.RenderArgs, WorldMapStyleLayer.RGBAf, WorldMapStyleLayer.Stop, WorldMapStyleLayer.TextureStop
-
Field Summary
Fields Modifier and Type Field Description java.util.ArrayList
m_fill
java.util.ArrayList
m_lineWidth
Fields inherited from class zombie.worldMap.styles.WorldMapStyleLayer
m_filter, m_filterKey, m_filterValue, m_id, m_minZoom
-
Constructor Summary
Constructors Constructor Description WorldMapLineStyleLayer(java.lang.String string)
-
Method Summary
Modifier and Type Method Description java.lang.String
getTypeString()
void
render(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs)
Methods inherited from class zombie.worldMap.styles.WorldMapStyleLayer
evalColor, evalFloat, evalTexture, filter, renderCell
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_fill
public final java.util.ArrayList m_fill -
m_lineWidth
public final java.util.ArrayList m_lineWidth
-
-
Constructor Details
-
WorldMapLineStyleLayer
public WorldMapLineStyleLayer(java.lang.String string)
-
-
Method Details
-
getTypeString
public java.lang.String getTypeString()- Specified by:
getTypeString
in classWorldMapStyleLayer
-
render
- Specified by:
render
in classWorldMapStyleLayer
-