com.esri.arcgisws
Class SymbolBackground

java.lang.Object
  extended bycom.esri.arcgisws.Background
      extended bycom.esri.arcgisws.SymbolBackground
All Implemented Interfaces:
java.io.Serializable

public class SymbolBackground
extends Background
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SymbolBackground()
           
SymbolBackground(double horizontalGap, short cornerRounding, double verticalGap, FillSymbol symbol)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 short getCornerRounding()
          Gets the cornerRounding value for this SymbolBackground.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getHorizontalGap()
          Gets the horizontalGap value for this SymbolBackground.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 FillSymbol getSymbol()
          Gets the symbol value for this SymbolBackground.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getVerticalGap()
          Gets the verticalGap value for this SymbolBackground.
 int hashCode()
           
 void setCornerRounding(short cornerRounding)
          Sets the cornerRounding value for this SymbolBackground.
 void setHorizontalGap(double horizontalGap)
          Sets the horizontalGap value for this SymbolBackground.
 void setSymbol(FillSymbol symbol)
          Sets the symbol value for this SymbolBackground.
 void setVerticalGap(double verticalGap)
          Sets the verticalGap value for this SymbolBackground.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolBackground

public SymbolBackground()

SymbolBackground

public SymbolBackground(double horizontalGap,
                        short cornerRounding,
                        double verticalGap,
                        FillSymbol symbol)
Method Detail

getHorizontalGap

public double getHorizontalGap()
Gets the horizontalGap value for this SymbolBackground.

Returns:
horizontalGap

setHorizontalGap

public void setHorizontalGap(double horizontalGap)
Sets the horizontalGap value for this SymbolBackground.

Parameters:
horizontalGap -

getCornerRounding

public short getCornerRounding()
Gets the cornerRounding value for this SymbolBackground.

Returns:
cornerRounding

setCornerRounding

public void setCornerRounding(short cornerRounding)
Sets the cornerRounding value for this SymbolBackground.

Parameters:
cornerRounding -

getVerticalGap

public double getVerticalGap()
Gets the verticalGap value for this SymbolBackground.

Returns:
verticalGap

setVerticalGap

public void setVerticalGap(double verticalGap)
Sets the verticalGap value for this SymbolBackground.

Parameters:
verticalGap -

getSymbol

public FillSymbol getSymbol()
Gets the symbol value for this SymbolBackground.

Returns:
symbol

setSymbol

public void setSymbol(FillSymbol symbol)
Sets the symbol value for this SymbolBackground.

Parameters:
symbol -

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Background

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