Package zombie.worldMap.styles
Class WorldMapTextureStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
zombie.worldMap.styles.WorldMapTextureStyleLayer
public class WorldMapTextureStyleLayer 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.ArrayListm_filljava.util.ArrayListm_texturebooleanm_tilebooleanm_useWorldBoundsintm_worldX1intm_worldX2intm_worldY1intm_worldY2Fields inherited from class zombie.worldMap.styles.WorldMapStyleLayer
m_filter, m_filterKey, m_filterValue, m_id, m_minZoom -
Constructor Summary
Constructors Constructor Description WorldMapTextureStyleLayer(java.lang.String string) -
Method Summary
Modifier and Type Method Description booleanfilter(WorldMapFeature worldMapFeature, WorldMapStyleLayer.FilterArgs filterArgs)java.lang.StringgetTypeString()voidrender(WorldMapFeature worldMapFeature, WorldMapStyleLayer.RenderArgs renderArgs)voidrenderCell(WorldMapStyleLayer.RenderArgs renderArgs)Methods inherited from class zombie.worldMap.styles.WorldMapStyleLayer
evalColor, evalFloat, evalTextureMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_worldX1
public int m_worldX1 -
m_worldY1
public int m_worldY1 -
m_worldX2
public int m_worldX2 -
m_worldY2
public int m_worldY2 -
m_useWorldBounds
public boolean m_useWorldBounds -
m_fill
public final java.util.ArrayList m_fill -
m_texture
public final java.util.ArrayList m_texture -
m_tile
public boolean m_tile
-
-
Constructor Details
-
WorldMapTextureStyleLayer
public WorldMapTextureStyleLayer(java.lang.String string)
-
-
Method Details
-
getTypeString
public java.lang.String getTypeString()- Specified by:
getTypeStringin classWorldMapStyleLayer
-
filter
- Overrides:
filterin classWorldMapStyleLayer
-
render
- Specified by:
renderin classWorldMapStyleLayer
-
renderCell
- Overrides:
renderCellin classWorldMapStyleLayer
-