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