|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.core.symbol.MarkerSymbol
public abstract class MarkerSymbol
The base class for all the marker symbol. Use its subclasses, SimpleMarkerSymbol or PictureMarkerSymbol, directly to draw points and multipoints on the graphics layer.
Constructor Summary | |
---|---|
MarkerSymbol()
Instantiates an empty object of MarkerSymbol. |
|
MarkerSymbol(org.codehaus.jackson.JsonNode node)
Instantiates an object of MarkerSymbol from a JsonNode. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
float |
getAngle()
|
float |
getHeight()
Returns the height of the marker in pixels. |
float |
getOffsetX()
The MarkerSymbol adheres to a point feature. |
float |
getOffsetY()
The MarkerSymbol adheres to a point feature. |
float |
getWidth()
Returns the width of the marker in pixels. |
int |
hashCode()
|
void |
setAngle(float angle)
|
protected void |
setHeight(float height)
Sets the height of the marker in pixels. |
void |
setOffsetX(float offsetX)
The MarkerSymbol adheres to a point feature. |
void |
setOffsetY(float offsetY)
The MarkerSymbol adheres to a point feature. |
protected void |
setWidth(float width)
Sets the width of the marker in pixels |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.core.symbol.Symbol |
---|
copy, toJson |
Constructor Detail |
---|
public MarkerSymbol(org.codehaus.jackson.JsonNode node)
node
- the MarkerSymbol node.public MarkerSymbol()
Method Detail |
---|
public float getAngle()
public void setAngle(float angle)
public float getWidth()
protected void setWidth(float width)
width
- the width in pixels.public float getHeight()
protected void setHeight(float height)
height
- the marker height in pixels.public float getOffsetX()
public void setOffsetX(float offsetX)
offsetX
- the offset along y-axis in pixels.public float getOffsetY()
public void setOffsetY(float offsetY)
offsetY
- the offset along y-axis in pixels.public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |