|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Shadow
com.esri.arcgisws.SymbolShadow
public class SymbolShadow
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>
| 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 |
|---|
@Deprecated
public SymbolShadow(LineSymbol symbol,
short cornerRounding,
double horizontalOffset,
double verticalOffset)
public SymbolShadow()
| Method Detail |
|---|
public LineSymbol getSymbol()
LineSymbolpublic void setSymbol(LineSymbol value)
value - allowed object is
LineSymbolpublic short getCornerRounding()
public void setCornerRounding(short value)
public double getHorizontalOffset()
public void setHorizontalOffset(double value)
public double getVerticalOffset()
public void setVerticalOffset(double value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||