com.esri.arcgisws
Class SymbolBackground

java.lang.Object
  extended by com.esri.arcgisws.Background
      extended by com.esri.arcgisws.SymbolBackground
All Implemented Interfaces:
Serializable

public class SymbolBackground
extends Background
implements Serializable

Java class for SymbolBackground complex type.

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

 <complexType name="SymbolBackground">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Background">
       <sequence>
         <element name="HorizontalGap" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="CornerRounding" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="VerticalGap" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SymbolBackground()
          SymbolBackground default constructor.
SymbolBackground(double horizontalGap, short cornerRounding, double verticalGap, FillSymbol symbol)
          Deprecated. 
 
Method Summary
 short getCornerRounding()
          Gets the value of the cornerRounding property.
 double getHorizontalGap()
          Horizontal offset or gap between the decoration and the subject in points.
 FillSymbol getSymbol()
          Symbol used to draw the background.
 double getVerticalGap()
          Vertical offset or gap between the decoration and the subject in points.
 void setCornerRounding(short value)
          Sets the value of the cornerRounding property.
 void setHorizontalGap(double value)
          Horizontal offset or gap between the decoration and the subject in points.
 void setSymbol(FillSymbol value)
          Symbol used to draw the background.
 void setVerticalGap(double value)
          Vertical offset or gap between the decoration and the subject in points.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolBackground

@Deprecated
public SymbolBackground(double horizontalGap,
                                   short cornerRounding,
                                   double verticalGap,
                                   FillSymbol symbol)
Deprecated. 

SymbolBackground constructor.


SymbolBackground

public SymbolBackground()
SymbolBackground default constructor.

Method Detail

getHorizontalGap

public double getHorizontalGap()
Horizontal offset or gap between the decoration and the subject in points. Gets the value of the horizontalGap property.


setHorizontalGap

public void setHorizontalGap(double value)
Horizontal offset or gap between the decoration and the subject in points. Sets the value of the horizontalGap property.


getCornerRounding

public short getCornerRounding()
Gets the value of the cornerRounding property.


setCornerRounding

public void setCornerRounding(short value)
Sets the value of the cornerRounding property.


getVerticalGap

public double getVerticalGap()
Vertical offset or gap between the decoration and the subject in points. Gets the value of the verticalGap property.


setVerticalGap

public void setVerticalGap(double value)
Vertical offset or gap between the decoration and the subject in points. Sets the value of the verticalGap property.


getSymbol

public FillSymbol getSymbol()
Symbol used to draw the background. Gets the value of the symbol property.

Returns:
possible object is FillSymbol

setSymbol

public void setSymbol(FillSymbol value)
Symbol used to draw the background. Sets the value of the symbol property.

Parameters:
value - allowed object is FillSymbol