com.esri.arcgisws
Class SimpleFillSymbol

java.lang.Object
  extended by com.esri.arcgisws.Symbol
      extended by com.esri.arcgisws.FillSymbol
          extended by com.esri.arcgisws.SimpleFillSymbol
All Implemented Interfaces:
Serializable

public class SimpleFillSymbol
extends FillSymbol
implements Serializable

Java class for SimpleFillSymbol complex type.

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

 <complexType name="SimpleFillSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol">
       <sequence>
         <element name="Style" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSimpleFillStyle"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SimpleFillSymbol()
          SimpleFillSymbol default constructor.
SimpleFillSymbol(Color color, LineSymbol outline, EsriSimpleFillStyle style)
          Deprecated. 
 
Method Summary
 EsriSimpleFillStyle getStyle()
          Gets the value of the style property.
 void setStyle(EsriSimpleFillStyle value)
          Sets the value of the style property.
 
Methods inherited from class com.esri.arcgisws.FillSymbol
getColor, getOutline, setColor, setOutline
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleFillSymbol

@Deprecated
public SimpleFillSymbol(Color color,
                                   LineSymbol outline,
                                   EsriSimpleFillStyle style)
Deprecated. 

SimpleFillSymbol constructor.


SimpleFillSymbol

public SimpleFillSymbol()
SimpleFillSymbol default constructor.

Method Detail

getStyle

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

Returns:
possible object is EsriSimpleFillStyle

setStyle

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

Parameters:
value - allowed object is EsriSimpleFillStyle