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