| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Border
com.esri.arcgisws.SymbolBorder
public class SymbolBorder
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>
 
| 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 | 
|---|
@Deprecated
public SymbolBorder(double horizontalGap,
                               short cornerRounding,
                               double verticalGap,
                               LineSymbol symbol)
public SymbolBorder()
| Method Detail | 
|---|
public double getHorizontalGap()
public void setHorizontalGap(double value)
public short getCornerRounding()
public void setCornerRounding(short value)
public double getVerticalGap()
public void setVerticalGap(double value)
public LineSymbol getSymbol()
LineSymbolpublic void setSymbol(LineSymbol value)
value - allowed object is
     LineSymbol| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||