public final class MapDecoration
extends java.lang.Object
| Constructor and Description |
|---|
MapDecoration(int image,
int rotation,
int xOffset,
int yOffset,
java.lang.String label,
int color) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getColor() |
int |
getImage() |
java.lang.String |
getLabel() |
int |
getRotation() |
int |
getXOffset() |
int |
getYOffset() |
int |
hashCode() |
java.lang.String |
toString() |
public MapDecoration(int image,
int rotation,
int xOffset,
int yOffset,
java.lang.String label,
int color)
public int getImage()
public int getRotation()
public int getXOffset()
public int getYOffset()
public java.lang.String getLabel()
public int getColor()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object