Class WorldMapTextureStyleLayer
java.lang.Object
zombie.worldMap.styles.WorldMapStyleLayer
zombie.worldMap.styles.WorldMapTextureStyleLayer
-
Nested Class Summary
Nested classes/interfaces inherited from class WorldMapStyleLayer
WorldMapStyleLayer.ColorStop, WorldMapStyleLayer.FilterArgs, WorldMapStyleLayer.FloatStop, WorldMapStyleLayer.IWorldMapStyleFilter, WorldMapStyleLayer.RenderArgs, WorldMapStyleLayer.RGBAf, WorldMapStyleLayer.Stop, WorldMapStyleLayer.TextureScaling, WorldMapStyleLayer.TextureStop -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanintintintintFields inherited from class WorldMapStyleLayer
filter, filterKey, filterValue, id, minZoom -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfilter(WorldMapFeature feature, WorldMapStyleLayer.FilterArgs args) booleanvoidrender(WorldMapFeature feature, WorldMapStyleLayer.RenderArgs args) voidvoidMethods inherited from class WorldMapStyleLayer
evalColor
-
Field Details
-
worldX1
public int worldX1 -
worldY1
public int worldY1 -
worldX2
public int worldX2 -
worldY2
public int worldY2 -
useWorldBounds
public boolean useWorldBounds -
fill
-
texture
-
tile
public boolean tile
-
-
Constructor Details
-
WorldMapTextureStyleLayer
-
-
Method Details
-
getTypeString
- Specified by:
getTypeStringin classWorldMapStyleLayer
-
ignoreFeatures
public boolean ignoreFeatures()- Overrides:
ignoreFeaturesin classWorldMapStyleLayer
-
filter
- Overrides:
filterin classWorldMapStyleLayer
-
render
- Specified by:
renderin classWorldMapStyleLayer
-
renderCell
- Overrides:
renderCellin classWorldMapStyleLayer
-
renderVisibleCells
- Specified by:
renderVisibleCellsin classWorldMapStyleLayer
-