com.esri.arcgisws
Class SymbolBorder

java.lang.Object
  extended by com.esri.arcgisws.Border
      extended by com.esri.arcgisws.SymbolBorder
All Implemented Interfaces:
Serializable

public class SymbolBorder
extends Border
implements Serializable

Java class for SymbolBorder complex type.

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

 <complexType name="SymbolBorder">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Border">
       <sequence>
         <element name="HorizontalGap" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="CornerRounding" type="{http://www.w3.org/2001/XMLSchema}short"/>
         <element name="VerticalGap" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}LineSymbol" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
SymbolBorder()
          SymbolBorder default constructor.
SymbolBorder(double horizontalGap, short cornerRounding, double verticalGap, LineSymbol symbol)
          Deprecated. 
 
Method Summary
 short getCornerRounding()
          Gets the value of the cornerRounding property.
 double getHorizontalGap()
          Horizontal offset or gap between the decoration and the subject in points.
 LineSymbol getSymbol()
          Symbol used to draw the border.
 double getVerticalGap()
          Vertical offset or gap between the decoration and the subject in points.
 void setCornerRounding(short value)
          Sets the value of the cornerRounding property.
 void setHorizontalGap(double value)
          Horizontal offset or gap between the decoration and the subject in points.
 void setSymbol(LineSymbol value)
          Symbol used to draw the border.
 void setVerticalGap(double value)
          Vertical offset or gap between the decoration and the subject in points.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolBorder

@Deprecated
public SymbolBorder(double horizontalGap,
                               short cornerRounding,
                               double verticalGap,
                               LineSymbol symbol)
Deprecated. 

SymbolBorder constructor.


SymbolBorder

public SymbolBorder()
SymbolBorder default constructor.

Method Detail

getHorizontalGap

public double getHorizontalGap()
Horizontal offset or gap between the decoration and the subject in points. Gets the value of the horizontalGap property.


setHorizontalGap

public void setHorizontalGap(double value)
Horizontal offset or gap between the decoration and the subject in points. Sets the value of the horizontalGap property.


getCornerRounding

public short getCornerRounding()
Gets the value of the cornerRounding property.


setCornerRounding

public void setCornerRounding(short value)
Sets the value of the cornerRounding property.


getVerticalGap

public double getVerticalGap()
Vertical offset or gap between the decoration and the subject in points. Gets the value of the verticalGap property.


setVerticalGap

public void setVerticalGap(double value)
Vertical offset or gap between the decoration and the subject in points. Sets the value of the verticalGap property.


getSymbol

public LineSymbol getSymbol()
Symbol used to draw the border. Gets the value of the symbol property.

Returns:
possible object is LineSymbol

setSymbol

public void setSymbol(LineSymbol value)
Symbol used to draw the border. Sets the value of the symbol property.

Parameters:
value - allowed object is LineSymbol