com.esri.arcgisws
Class SymbolShadow

java.lang.Object
  extended by com.esri.arcgisws.Shadow
      extended by com.esri.arcgisws.SymbolShadow
All Implemented Interfaces:
Serializable

public class SymbolShadow
extends Shadow
implements Serializable

Java class for SymbolShadow complex type.

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

 <complexType name="SymbolShadow">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Shadow">
       <sequence>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}LineSymbol" minOccurs="0"/>
         <element name="CornerRounding" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="HorizontalOffset" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="VerticalOffset" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SymbolShadow()
          SymbolShadow default constructor.
SymbolShadow(LineSymbol symbol, short cornerRounding, double horizontalOffset, double verticalOffset)
          Deprecated. 
 
Method Summary
 short getCornerRounding()
          Gets the value of the cornerRounding property.
 double getHorizontalOffset()
          Horizontal offset or gap between the decoration and the subject in points.
 LineSymbol getSymbol()
          Symbol used to draw the shadow.
 double getVerticalOffset()
          Vertical offset or gap between the decoration and the subject in points.
 void setCornerRounding(short value)
          Sets the value of the cornerRounding property.
 void setHorizontalOffset(double value)
          Sets the value of the horizontalOffset property.
 void setSymbol(LineSymbol value)
          Symbol used to draw the shadow.
 void setVerticalOffset(double value)
          Sets the value of the verticalOffset property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolShadow

@Deprecated
public SymbolShadow(LineSymbol symbol,
                               short cornerRounding,
                               double horizontalOffset,
                               double verticalOffset)
Deprecated. 

SymbolShadow constructor.


SymbolShadow

public SymbolShadow()
SymbolShadow default constructor.

Method Detail

getSymbol

public LineSymbol getSymbol()
Symbol used to draw the shadow. Gets the value of the symbol property.

Returns:
possible object is LineSymbol

setSymbol

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

Parameters:
value - allowed object is LineSymbol

getCornerRounding

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


setCornerRounding

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


getHorizontalOffset

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


setHorizontalOffset

public void setHorizontalOffset(double value)
Sets the value of the horizontalOffset property.


getVerticalOffset

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


setVerticalOffset

public void setVerticalOffset(double value)
Sets the value of the verticalOffset property.