com.esri.arcgisws
Class SimpleMarkerSymbol

java.lang.Object
  extended by com.esri.arcgisws.Symbol
      extended by com.esri.arcgisws.MarkerSymbol
          extended by com.esri.arcgisws.SimpleMarkerSymbol
All Implemented Interfaces:
Serializable

public class SimpleMarkerSymbol
extends MarkerSymbol
implements Serializable

Java class for SimpleMarkerSymbol complex type.

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

 <complexType name="SimpleMarkerSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}MarkerSymbol">
       <sequence>
         <element name="Outline" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="OutlineSize" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="OutlineColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color"/>
         <element name="Style" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSimpleMarkerStyle"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SimpleMarkerSymbol()
          SimpleMarkerSymbol default constructor.
SimpleMarkerSymbol(double angle, Color color, double size, double xOffset, double yOffset, boolean outline, double outlineSize, Color outlineColor, EsriSimpleMarkerStyle style)
          Deprecated. 
 
Method Summary
 Color getOutlineColor()
          Gets the value of the outlineColor property.
 double getOutlineSize()
          Gets the value of the outlineSize property.
 EsriSimpleMarkerStyle getStyle()
          Gets the value of the style property.
 boolean isOutline()
          Gets the value of the outline property.
 void setOutline(boolean value)
          Sets the value of the outline property.
 void setOutlineColor(Color value)
          Sets the value of the outlineColor property.
 void setOutlineSize(double value)
          Sets the value of the outlineSize property.
 void setStyle(EsriSimpleMarkerStyle value)
          Sets the value of the style property.
 
Methods inherited from class com.esri.arcgisws.MarkerSymbol
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleMarkerSymbol

@Deprecated
public SimpleMarkerSymbol(double angle,
                                     Color color,
                                     double size,
                                     double xOffset,
                                     double yOffset,
                                     boolean outline,
                                     double outlineSize,
                                     Color outlineColor,
                                     EsriSimpleMarkerStyle style)
Deprecated. 

SimpleMarkerSymbol constructor.


SimpleMarkerSymbol

public SimpleMarkerSymbol()
SimpleMarkerSymbol default constructor.

Method Detail

isOutline

public boolean isOutline()
Gets the value of the outline property.


setOutline

public void setOutline(boolean value)
Sets the value of the outline property.


getOutlineSize

public double getOutlineSize()
Gets the value of the outlineSize property.


setOutlineSize

public void setOutlineSize(double value)
Sets the value of the outlineSize property.


getOutlineColor

public Color getOutlineColor()
Gets the value of the outlineColor property.

Returns:
possible object is Color

setOutlineColor

public void setOutlineColor(Color value)
Sets the value of the outlineColor property.

Parameters:
value - allowed object is Color

getStyle

public EsriSimpleMarkerStyle getStyle()
Gets the value of the style property.

Returns:
possible object is EsriSimpleMarkerStyle

setStyle

public void setStyle(EsriSimpleMarkerStyle value)
Sets the value of the style property.

Parameters:
value - allowed object is EsriSimpleMarkerStyle