com.esri.arcgisws
Class MapServerLegendPatch

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

public class MapServerLegendPatch
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

MapServerLegendPatch

@Deprecated
public MapServerLegendPatch(double width,
                                       double height,
                                       double imageDPI,
                                       LinePatch linePatch,
                                       AreaPatch areaPatch)
Deprecated. 

MapServerLegendPatch constructor.


MapServerLegendPatch

public MapServerLegendPatch()
MapServerLegendPatch default constructor.

Method Detail

getWidth

public double getWidth()
The patch width (in points). Gets the value of the width property.


setWidth

public void setWidth(double value)
The patch width (in points). Sets the value of the width property.


getHeight

public double getHeight()
The patch width (in points). Gets the value of the height property.


setHeight

public void setHeight(double value)
The patch width (in points). Sets the value of the height property.


getImageDPI

public double getImageDPI()
The patch resolution (dots per inch). Gets the value of the imageDPI property.


setImageDPI

public void setImageDPI(double value)
The patch resolution (dots per inch). Sets the value of the imageDPI property.


getLinePatch

public LinePatch getLinePatch()
Gets the value of the linePatch property.

Returns:
possible object is LinePatch

setLinePatch

public void setLinePatch(LinePatch value)
Sets the value of the linePatch property.

Parameters:
value - allowed object is LinePatch

getAreaPatch

public AreaPatch getAreaPatch()
Gets the value of the areaPatch property.

Returns:
possible object is AreaPatch

setAreaPatch

public void setAreaPatch(AreaPatch value)
Sets the value of the areaPatch property.

Parameters:
value - allowed object is AreaPatch