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 class
WorldMapStyleV1.WorldMapLineStyleLayerV1
static class
WorldMapStyleV1.WorldMapPolygonStyleLayerV1
static class
WorldMapStyleV1.WorldMapStyleLayerV1
static class
WorldMapStyleV1.WorldMapTextureStyleLayerV1
-
Field Summary
Fields Modifier and Type Field Description UIWorldMapV1
m_api
java.util.ArrayList
m_layers
WorldMapStyle
m_style
UIWorldMap
m_ui
-
Constructor Summary
Constructors Constructor Description WorldMapStyleV1(UIWorldMap uIWorldMap)
-
Method Summary
Modifier and Type Method Description void
clear()
WorldMapStyleV1.WorldMapStyleLayerV1
getLayerByIndex(int int1)
WorldMapStyleV1.WorldMapStyleLayerV1
getLayerByName(java.lang.String string)
int
getLayerCount()
int
indexOfLayer(java.lang.String string)
void
moveLayer(int int1, int int2)
WorldMapStyleV1.WorldMapStyleLayerV1
newLineLayer(java.lang.String string)
WorldMapStyleV1.WorldMapStyleLayerV1
newPolygonLayer(java.lang.String string)
WorldMapStyleV1.WorldMapStyleLayerV1
newTextureLayer(java.lang.String string)
void
removeLayerById(java.lang.String string)
void
removeLayerByIndex(int int1)
static void
setExposed(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
-