Class WorldMapStyle
java.lang.Object
zombie.worldMap.styles.WorldMapStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLayer
(WorldMapStyleLayer worldMapStyleLayer) void
addListener
(IWorldMapStyleListener iWorldMapStyleListener) void
clear()
void
copyFrom
(WorldMapStyle other) getLayerByIndex
(int int0) int
int
indexOf
(WorldMapStyleLayer worldMapStyleLayer) void
insertLayer
(int int0, WorldMapStyleLayer worldMapStyleLayer) void
moveLayer
(int int0, int int1) removeAt
(int int0) void
removeLayer
(WorldMapStyleLayer worldMapStyleLayer)
-
Constructor Details
-
WorldMapStyle
public WorldMapStyle()
-
-
Method Details
-
getLayerCount
public int getLayerCount() -
getLayerByIndex
-
addLayer
-
insertLayer
-
removeLayer
-
removeAt
-
moveLayer
public void moveLayer(int int0, int int1) -
indexOf
-
copyFrom
-
addListener
-
clear
public void clear()
-