|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.BasicSymbol
com.esri.arcgisws.BasicLineSymbol
public class BasicLineSymbol
Java class for BasicLineSymbol complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BasicLineSymbol">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}BasicSymbol">
<sequence>
<element name="Stroke" type="{http://www.esri.com/schemas/ArcGIS/10.0}RepresentationComponent"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
BasicLineSymbol()
BasicLineSymbol default constructor. |
|
BasicLineSymbol(RepresentationComponent[] geometricEffects,
RepresentationComponent stroke)
Deprecated. |
|
| Method Summary | |
|---|---|
RepresentationComponent |
getStroke()
Gets the value of the stroke property. |
void |
setStroke(RepresentationComponent value)
Sets the value of the stroke property. |
| Methods inherited from class com.esri.arcgisws.BasicSymbol |
|---|
getGeometricEffects, setGeometricEffects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public BasicLineSymbol(RepresentationComponent[] geometricEffects,
RepresentationComponent stroke)
public BasicLineSymbol()
| Method Detail |
|---|
public RepresentationComponent getStroke()
RepresentationComponentpublic void setStroke(RepresentationComponent value)
value - allowed object is
RepresentationComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||