com.esri.arcgisws
Class SimpleLineSymbol

java.lang.Object
  extended by com.esri.arcgisws.Symbol
      extended by com.esri.arcgisws.LineSymbol
          extended by com.esri.arcgisws.SimpleLineSymbol
All Implemented Interfaces:
Serializable

public class SimpleLineSymbol
extends LineSymbol
implements Serializable

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>
 

See Also:
Serialized Form

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

SimpleLineSymbol

@Deprecated
public SimpleLineSymbol(Color color,
                                   double width,
                                   EsriSimpleLineStyle style)
Deprecated. 

SimpleLineSymbol constructor.


SimpleLineSymbol

public SimpleLineSymbol()
SimpleLineSymbol default constructor.

Method Detail

getStyle

public EsriSimpleLineStyle getStyle()
Gets the value of the style property.

Returns:
possible object is EsriSimpleLineStyle

setStyle

public void setStyle(EsriSimpleLineStyle value)
Sets the value of the style property.

Parameters:
value - allowed object is EsriSimpleLineStyle