com.esri.arcgisws
Class GraphicElement

java.lang.Object
  extended by com.esri.arcgisws.Element
      extended by com.esri.arcgisws.GraphicElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CircleElement, EllipseElement, LineElement, MarkerElement, ParagraphTextElement, PolygonElement, RectangleElement, TextElement

public abstract class GraphicElement
extends Element
implements Serializable

Graphic Element Obejct.

Java class for GraphicElement complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GraphicElement">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Element">
       <sequence>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Graphic Element Obejct.

See Also:
Serialized Form

Constructor Summary
GraphicElement()
          GraphicElement default constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicElement

public GraphicElement()
GraphicElement default constructor.