com.esri.arcgisws
Class BasicLineSymbol

java.lang.Object
  extended by com.esri.arcgisws.BasicSymbol
      extended by com.esri.arcgisws.BasicLineSymbol
All Implemented Interfaces:
Serializable

public class BasicLineSymbol
extends BasicSymbol
implements Serializable

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>
 

See Also:
Serialized Form

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

BasicLineSymbol

@Deprecated
public BasicLineSymbol(RepresentationComponent[] geometricEffects,
                                  RepresentationComponent stroke)
Deprecated. 

BasicLineSymbol constructor.


BasicLineSymbol

public BasicLineSymbol()
BasicLineSymbol default constructor.

Method Detail

getStroke

public RepresentationComponent getStroke()
Gets the value of the stroke property.

Returns:
possible object is RepresentationComponent

setStroke

public void setStroke(RepresentationComponent value)
Sets the value of the stroke property.

Parameters:
value - allowed object is RepresentationComponent