com.esri.arcgisws
Class GraphicElement
java.lang.Object
   com.esri.arcgisws.Element
com.esri.arcgisws.Element
       com.esri.arcgisws.GraphicElement
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.
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GraphicElement
public GraphicElement()
- GraphicElement default constructor.