com.esri.arcgisws
Class FillSymbol

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

public abstract class FillSymbol
extends Symbol
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
FillSymbol()
           
FillSymbol(Color color, LineSymbol outline)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 Color getColor()
          Gets the color value for this FillSymbol.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 LineSymbol getOutline()
          Gets the outline value for this FillSymbol.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setColor(Color color)
          Sets the color value for this FillSymbol.
 void setOutline(LineSymbol outline)
          Sets the outline value for this FillSymbol.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FillSymbol

public FillSymbol()

FillSymbol

public FillSymbol(Color color,
                  LineSymbol outline)
Method Detail

getColor

public Color getColor()
Gets the color value for this FillSymbol.

Returns:
color

setColor

public void setColor(Color color)
Sets the color value for this FillSymbol.

Parameters:
color -

getOutline

public LineSymbol getOutline()
Gets the outline value for this FillSymbol.

Returns:
outline

setOutline

public void setOutline(LineSymbol outline)
Sets the outline value for this FillSymbol.

Parameters:
outline -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class Symbol

hashCode

public int hashCode()
Overrides:
hashCode in class Symbol

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer