Class WorldMapStyle
java.lang.Object
zombie.worldMap.styles.WorldMapStyle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddLayer(WorldMapStyleLayer layer) voidaddListener(IWorldMapStyleListener listener) voidclear()voidcopyFrom(WorldMapStyle other) getLayerByID(String ID) getLayerByIndex(int index) intgetTextStyleLayerOrDefault(String layerID) intindexOf(WorldMapStyleLayer layer) voidinsertLayer(int index, WorldMapStyleLayer layer) voidmoveLayer(int indexFrom, int indexTo) removeAt(int index) voidremoveLayer(WorldMapStyleLayer layer) voidsetLayerID(WorldMapStyleLayer layer, String id)
-
Constructor Details
-
WorldMapStyle
public WorldMapStyle()
-
-
Method Details
-
getLayerCount
public int getLayerCount() -
getLayerByIndex
-
getLayerByID
-
getDefaultTextLayer
-
getTextStyleLayerOrDefault
-
addLayer
-
insertLayer
-
removeLayer
-
removeAt
-
moveLayer
public void moveLayer(int indexFrom, int indexTo) -
setLayerID
-
indexOf
-
copyFrom
-
addListener
-
clear
public void clear()
-