Class WorldMapSymbols
java.lang.Object
zombie.worldMap.symbols.WorldMapSymbols
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final float
final float
static final int
static final int
static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addListener
(IWorldMapSymbolListener iWorldMapSymbolListener) void
addSymbol
(WorldMapBaseSymbol worldMapBaseSymbol) addText
(String string1, boolean boolean0, String string0, float float0, float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8) addTexture
(String symbolID, float x, float y, float r, float g, float b, float a) addTexture
(String symbolID, float x, float y, float anchorX, float anchorY, float scale, float r, float g, float b, float a) addTranslatedText
(String string0, String string1, float float0, float float1, float float2, float float3, float float4, float float5) addUntranslatedText
(String string0, String string1, float float0, float float1, float float2, float float3, float float4, float float5) void
clear()
void
static String
long
getSymbolByIndex
(int index) int
int
indexOf
(WorldMapBaseSymbol worldMapBaseSymbol) void
boolean
void
load
(ByteBuffer input, int WorldVersion) void
removeSymbol
(WorldMapBaseSymbol worldMapBaseSymbol) void
removeSymbolByIndex
(int index) void
save
(ByteBuffer output) void
setUserEditing
(boolean boolean0)
-
Field Details
-
SAVEFILE_VERSION1
public static final int SAVEFILE_VERSION1- See Also:
-
SAVEFILE_VERSION2
public static final int SAVEFILE_VERSION2- See Also:
-
SAVEFILE_VERSION
public static final int SAVEFILE_VERSION- See Also:
-
MIN_VISIBLE_ZOOM
public final float MIN_VISIBLE_ZOOM- See Also:
-
COLLAPSED_RADIUS
public static final float COLLAPSED_RADIUS- See Also:
-
-
Constructor Details
-
WorldMapSymbols
public WorldMapSymbols()
-
-
Method Details
-
getDefaultTextLayerID
-
getModificationCount
public long getModificationCount() -
addTranslatedText
public WorldMapTextSymbol addTranslatedText(String string0, String string1, float float0, float float1, float float2, float float3, float float4, float float5) -
addUntranslatedText
public WorldMapTextSymbol addUntranslatedText(String string0, String string1, float float0, float float1, float float2, float float3, float float4, float float5) -
addText
public WorldMapTextSymbol addText(String string1, boolean boolean0, String string0, float float0, float float1, float float2, float float3, float float4, float float5, float float6, float float7, float float8) -
addTexture
public WorldMapTextureSymbol addTexture(String symbolID, float x, float y, float r, float g, float b, float a) -
addTexture
public WorldMapTextureSymbol addTexture(String symbolID, float x, float y, float anchorX, float anchorY, float scale, float r, float g, float b, float a) -
addSymbol
-
indexOf
-
removeSymbol
-
removeSymbolByIndex
public void removeSymbolByIndex(int index) -
isUserEditing
public boolean isUserEditing() -
setUserEditing
public void setUserEditing(boolean boolean0) -
clear
public void clear() -
clearDefaultAnnotations
public void clearDefaultAnnotations() -
invalidateLayout
public void invalidateLayout() -
getSymbolCount
public int getSymbolCount() -
getSymbolByIndex
-
save
- Throws:
IOException
-
load
- Throws:
IOException
-
addListener
-