| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.MapServerLegendPatch
public class MapServerLegendPatch
Java class for MapServerLegendPatch complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="MapServerLegendPatch">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Width" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="Height" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="ImageDPI" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="LinePatch" type="{http://www.esri.com/schemas/ArcGIS/10.0}LinePatch" minOccurs="0"/>
         <element name="AreaPatch" type="{http://www.esri.com/schemas/ArcGIS/10.0}AreaPatch" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Constructor Summary | |
|---|---|
| MapServerLegendPatch()MapServerLegendPatch default constructor. | |
| MapServerLegendPatch(double width,
                     double height,
                     double imageDPI,
                     LinePatch linePatch,
                     AreaPatch areaPatch)Deprecated. | |
| Method Summary | |
|---|---|
|  AreaPatch | getAreaPatch()Gets the value of the areaPatch property. | 
|  double | getHeight()The patch width (in points). | 
|  double | getImageDPI()The patch resolution (dots per inch). | 
|  LinePatch | getLinePatch()Gets the value of the linePatch property. | 
|  double | getWidth()The patch width (in points). | 
|  void | setAreaPatch(AreaPatch value)Sets the value of the areaPatch property. | 
|  void | setHeight(double value)The patch width (in points). | 
|  void | setImageDPI(double value)The patch resolution (dots per inch). | 
|  void | setLinePatch(LinePatch value)Sets the value of the linePatch property. | 
|  void | setWidth(double value)The patch width (in points). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
@Deprecated
public MapServerLegendPatch(double width,
                                       double height,
                                       double imageDPI,
                                       LinePatch linePatch,
                                       AreaPatch areaPatch)
public MapServerLegendPatch()
| Method Detail | 
|---|
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
public double getImageDPI()
public void setImageDPI(double value)
public LinePatch getLinePatch()
LinePatchpublic void setLinePatch(LinePatch value)
value - allowed object is
     LinePatchpublic AreaPatch getAreaPatch()
AreaPatchpublic void setAreaPatch(AreaPatch value)
value - allowed object is
     AreaPatch| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||