|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Symbol
com.esri.arcgisws.FillSymbol
com.esri.arcgisws.SimpleFillSymbol
public class SimpleFillSymbol
Java class for SimpleFillSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SimpleFillSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol">
<sequence>
<element name="Style" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriSimpleFillStyle"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
SimpleFillSymbol()
SimpleFillSymbol default constructor. |
|
SimpleFillSymbol(Color color,
LineSymbol outline,
EsriSimpleFillStyle style)
Deprecated. |
|
| Method Summary | |
|---|---|
EsriSimpleFillStyle |
getStyle()
Gets the value of the style property. |
void |
setStyle(EsriSimpleFillStyle value)
Sets the value of the style property. |
| Methods inherited from class com.esri.arcgisws.FillSymbol |
|---|
getColor, getOutline, setColor, setOutline |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public SimpleFillSymbol(Color color,
LineSymbol outline,
EsriSimpleFillStyle style)
public SimpleFillSymbol()
| Method Detail |
|---|
public EsriSimpleFillStyle getStyle()
EsriSimpleFillStylepublic void setStyle(EsriSimpleFillStyle value)
value - allowed object is
EsriSimpleFillStyle
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||