com.esri.arcgisws
Class FillSymbol

java.lang.Object
  extended by com.esri.arcgisws.Symbol
      extended by com.esri.arcgisws.FillSymbol
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PictureFillSymbol, SimpleFillSymbol, XMLBinaryFillSymbol

public abstract class FillSymbol
extends Symbol
implements Serializable

Fill Sybmol Properties.

Java class for FillSymbol complex type.

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

 <complexType name="FillSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol">
       <sequence>
         <element name="Color" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="Outline" type="{http://www.esri.com/schemas/ArcGIS/10.0}LineSymbol" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Fill Sybmol Properties.

See Also:
Serialized Form

Constructor Summary
FillSymbol()
          FillSymbol default constructor.
FillSymbol(Color color, LineSymbol outline)
          Deprecated. 
 
Method Summary
 Color getColor()
          Fill color.
 LineSymbol getOutline()
          Line symbol of fill outline.
 void setColor(Color value)
          Fill color.
 void setOutline(LineSymbol value)
          Line symbol of fill outline.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillSymbol

@Deprecated
public FillSymbol(Color color,
                             LineSymbol outline)
Deprecated. 

FillSymbol constructor.


FillSymbol

public FillSymbol()
FillSymbol default constructor.

Method Detail

getColor

public Color getColor()
Fill color. Gets the value of the color property.

Returns:
possible object is Color

setColor

public void setColor(Color value)
Fill color. Sets the value of the color property.

Parameters:
value - allowed object is Color

getOutline

public LineSymbol getOutline()
Line symbol of fill outline. Gets the value of the outline property.

Returns:
possible object is LineSymbol

setOutline

public void setOutline(LineSymbol value)
Line symbol of fill outline. Sets the value of the outline property.

Parameters:
value - allowed object is LineSymbol