Package zombie.worldMap.styles
Class WorldMapStyleV1
java.lang.Object
zombie.worldMap.styles.WorldMapStyleV1
public class WorldMapStyleV1
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorldMapStyleV1.WorldMapLineStyleLayerV1static classWorldMapStyleV1.WorldMapPolygonStyleLayerV1static classWorldMapStyleV1.WorldMapStyleLayerV1static classWorldMapStyleV1.WorldMapTextureStyleLayerV1 -
Field Summary
Fields Modifier and Type Field Description UIWorldMapV1m_apijava.util.ArrayListm_layersWorldMapStylem_styleUIWorldMapm_ui -
Constructor Summary
Constructors Constructor Description WorldMapStyleV1(UIWorldMap uIWorldMap) -
Method Summary
Modifier and Type Method Description voidclear()WorldMapStyleV1.WorldMapStyleLayerV1getLayerByIndex(int int1)WorldMapStyleV1.WorldMapStyleLayerV1getLayerByName(java.lang.String string)intgetLayerCount()intindexOfLayer(java.lang.String string)voidmoveLayer(int int1, int int2)WorldMapStyleV1.WorldMapStyleLayerV1newLineLayer(java.lang.String string)WorldMapStyleV1.WorldMapStyleLayerV1newPolygonLayer(java.lang.String string)WorldMapStyleV1.WorldMapStyleLayerV1newTextureLayer(java.lang.String string)voidremoveLayerById(java.lang.String string)voidremoveLayerByIndex(int int1)static voidsetExposed(LuaManager.Exposer exposer)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
m_ui
-
m_api
-
m_style
-
m_layers
public final java.util.ArrayList m_layers
-
-
Constructor Details
-
WorldMapStyleV1
-
-
Method Details
-
newLineLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newLineLayer(java.lang.String string) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
newPolygonLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newPolygonLayer(java.lang.String string) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
newTextureLayer
public WorldMapStyleV1.WorldMapStyleLayerV1 newTextureLayer(java.lang.String string) throws java.lang.IllegalArgumentException- Throws:
java.lang.IllegalArgumentException
-
getLayerCount
public int getLayerCount() -
getLayerByIndex
-
getLayerByName
-
indexOfLayer
public int indexOfLayer(java.lang.String string) -
moveLayer
public void moveLayer(int int1, int int2) -
removeLayerById
public void removeLayerById(java.lang.String string) -
removeLayerByIndex
public void removeLayerByIndex(int int1) -
clear
public void clear() -
setExposed
-