Package zombie.worldMap.styles
Class WorldMapStyleV1
java.lang.Object
zombie.worldMap.styles.WorldMapStyleV1
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getLayerByIndex
(int int1) getLayerByName
(String string) int
int
indexOfLayer
(String string) void
moveLayer
(int int1, int int2) newLineLayer
(String string) newPolygonLayer
(String string) newTextureLayer
(String string) void
removeLayerById
(String string) void
removeLayerByIndex
(int int1) static void
setExposed
(LuaManager.Exposer exposer)
-
Field Details
-
m_ui
-
m_api
-
m_style
-
m_layers
-
-
Constructor Details
-
WorldMapStyleV1
-
-
Method Details
-
newLineLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newLineLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
newPolygonLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newPolygonLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
newTextureLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newTextureLayer(String string) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
getLayerCount
public int getLayerCount() -
getLayerByIndex
-
getLayerByName
-
indexOfLayer
-
moveLayer
public void moveLayer(int int1, int int2) -
removeLayerById
-
removeLayerByIndex
public void removeLayerByIndex(int int1) -
clear
public void clear() -
setExposed
-