Class WorldMapStyleV1
java.lang.Object
zombie.worldMap.styles.WorldMapStyleV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getLayerByIndex(int index) getLayerByName(String id) intintindexOfLayer(String id) voidmoveLayer(int indexFrom, int indexTo) newLineLayer(String id) voidvoidremoveLayerByIndex(int index) static voidsetExposed(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
-