com.esri.adf.web.data
Class GraphicElement

java.lang.Object
  extended by com.esri.adf.web.data.GraphicElement
All Implemented Interfaces:
Serializable

public class GraphicElement
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GraphicElement()
           
 
Method Summary
 boolean equals(Object obj)
           
 WebGeometry getGeometry()
           
 WebSymbol getSymbol()
           
 int hashCode()
           
 void setGeometry(WebGeometry geometry)
           
 void setSymbol(WebSymbol symbol)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphicElement

public GraphicElement()
Method Detail

getSymbol

public WebSymbol getSymbol()

getGeometry

public WebGeometry getGeometry()

setSymbol

public void setSymbol(WebSymbol symbol)

setGeometry

public void setGeometry(WebGeometry geometry)

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object