com.esri.arcgisws
Class BasicFillSymbol

java.lang.Object
  extended by com.esri.arcgisws.BasicSymbol
      extended by com.esri.arcgisws.BasicFillSymbol
All Implemented Interfaces:
Serializable

public class BasicFillSymbol
extends BasicSymbol
implements Serializable

Java class for BasicFillSymbol complex type.

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

 <complexType name="BasicFillSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}BasicSymbol">
       <sequence>
         <element name="Pattern" type="{http://www.esri.com/schemas/ArcGIS/10.0}RepresentationComponent"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BasicFillSymbol()
          BasicFillSymbol default constructor.
BasicFillSymbol(RepresentationComponent[] geometricEffects, RepresentationComponent pattern)
          Deprecated. 
 
Method Summary
 RepresentationComponent getPattern()
          Gets the value of the pattern property.
 void setPattern(RepresentationComponent value)
          Sets the value of the pattern property.
 
Methods inherited from class com.esri.arcgisws.BasicSymbol
getGeometricEffects, setGeometricEffects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicFillSymbol

@Deprecated
public BasicFillSymbol(RepresentationComponent[] geometricEffects,
                                  RepresentationComponent pattern)
Deprecated. 

BasicFillSymbol constructor.


BasicFillSymbol

public BasicFillSymbol()
BasicFillSymbol default constructor.

Method Detail

getPattern

public RepresentationComponent getPattern()
Gets the value of the pattern property.

Returns:
possible object is RepresentationComponent

setPattern

public void setPattern(RepresentationComponent value)
Sets the value of the pattern property.

Parameters:
value - allowed object is RepresentationComponent