| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.Background
com.esri.arcgisws.SymbolBackground
public class SymbolBackground
Java class for SymbolBackground complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="SymbolBackground">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}Background">
       <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}FillSymbol" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
SymbolBackground()
SymbolBackground default constructor.  | 
|
SymbolBackground(double horizontalGap,
                 short cornerRounding,
                 double verticalGap,
                 FillSymbol 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.  | 
 FillSymbol | 
getSymbol()
Symbol used to draw the background.  | 
 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(FillSymbol value)
Symbol used to draw the background.  | 
 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 SymbolBackground(double horizontalGap,
                                   short cornerRounding,
                                   double verticalGap,
                                   FillSymbol symbol)
public SymbolBackground()
| 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 FillSymbol getSymbol()
FillSymbolpublic void setSymbol(FillSymbol value)
value - allowed object is
     FillSymbol
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||