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) getLayerByID
(String string) getLayerByIndex
(int int0) int
getTextStyleLayerOrDefault
(String string) int
indexOf
(WorldMapStyleLayer worldMapStyleLayer) void
insertLayer
(int int0, WorldMapStyleLayer worldMapStyleLayer) void
moveLayer
(int int0, int int1) removeAt
(int int0) void
removeLayer
(WorldMapStyleLayer worldMapStyleLayer) void
setLayerID
(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()
-