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