com.esri.arcgisws
Class LineSymbol

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

public abstract class LineSymbol
extends Symbol
implements Serializable

Line Symbol properties.

Java class for LineSymbol complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LineSymbol">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Symbol">
       <sequence>
         <element name="Color" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
         <element name="Width" type="{http://www.w3.org/2001/XMLSchema}double"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
Line Symbol properties.

See Also:
Serialized Form

Constructor Summary
LineSymbol()
          LineSymbol default constructor.
LineSymbol(Color color, double width)
          Deprecated. 
 
Method Summary
 Color getColor()
          Line symbol color.
 double getWidth()
          Line symbol width.
 void setColor(Color value)
          Line symbol color.
 void setWidth(double value)
          Line symbol width.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineSymbol

@Deprecated
public LineSymbol(Color color,
                             double width)
Deprecated. 

LineSymbol constructor.


LineSymbol

public LineSymbol()
LineSymbol default constructor.

Method Detail

getColor

public Color getColor()
Line symbol color. Gets the value of the color property.

Returns:
possible object is Color

setColor

public void setColor(Color value)
Line symbol color. Sets the value of the color property.

Parameters:
value - allowed object is Color

getWidth

public double getWidth()
Line symbol width. Gets the value of the width property.


setWidth

public void setWidth(double value)
Line symbol width. Sets the value of the width property.