| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Symbol
com.esri.arcgisws.MarkerSymbol
public abstract class MarkerSymbol
Marker Symbol Properties.
Java class for MarkerSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="MarkerSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol">
       <sequence>
         <element name="Angle" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Color" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="Size" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="XOffset" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="YOffset" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
 Marker Symbol Properties.
| Constructor Summary | |
|---|---|
| MarkerSymbol()MarkerSymbol default constructor. | |
| MarkerSymbol(double angle,
             Color color,
             double size,
             double xOffset,
             double yOffset)Deprecated. | |
| Method Summary | |
|---|---|
|  double | getAngle()Marker symbol angle. | 
|  Color | getColor()Marker symbol color. | 
|  double | getSize()Marker symbol size. | 
|  double | getXOffset()Symbol X-axis offset from point location. | 
|  double | getYOffset()Symbol Y-axis offset from point location. | 
|  void | setAngle(double value)Marker symbol angle. | 
|  void | setColor(Color value)Marker symbol color. | 
|  void | setSize(double value)Marker symbol size. | 
|  void | setXOffset(double value)Sets the value of the xOffset property. | 
|  void | setYOffset(double value)Sets the value of the yOffset property. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public MarkerSymbol(double angle,
                               Color color,
                               double size,
                               double xOffset,
                               double yOffset)
public MarkerSymbol()
| Method Detail | 
|---|
public double getAngle()
public void setAngle(double value)
public Color getColor()
Colorpublic void setColor(Color value)
value - allowed object is
     Colorpublic double getSize()
public void setSize(double value)
public double getXOffset()
public void setXOffset(double value)
public double getYOffset()
public void setYOffset(double value)
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||