com.esri.arcgisws
Class MapServerLegendPatch

java.lang.Object
  extended bycom.esri.arcgisws.MapServerLegendPatch
All Implemented Interfaces:
java.io.Serializable

public class MapServerLegendPatch
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
MapServerLegendPatch()
           
MapServerLegendPatch(double width, double height, double imageDPI, LinePatch linePatch, AreaPatch areaPatch)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 AreaPatch getAreaPatch()
          Gets the areaPatch value for this MapServerLegendPatch.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getHeight()
          Gets the height value for this MapServerLegendPatch.
 double getImageDPI()
          Gets the imageDPI value for this MapServerLegendPatch.
 LinePatch getLinePatch()
          Gets the linePatch value for this MapServerLegendPatch.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 double getWidth()
          Gets the width value for this MapServerLegendPatch.
 int hashCode()
           
 void setAreaPatch(AreaPatch areaPatch)
          Sets the areaPatch value for this MapServerLegendPatch.
 void setHeight(double height)
          Sets the height value for this MapServerLegendPatch.
 void setImageDPI(double imageDPI)
          Sets the imageDPI value for this MapServerLegendPatch.
 void setLinePatch(LinePatch linePatch)
          Sets the linePatch value for this MapServerLegendPatch.
 void setWidth(double width)
          Sets the width value for this MapServerLegendPatch.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapServerLegendPatch

public MapServerLegendPatch()

MapServerLegendPatch

public MapServerLegendPatch(double width,
                            double height,
                            double imageDPI,
                            LinePatch linePatch,
                            AreaPatch areaPatch)
Method Detail

getWidth

public double getWidth()
Gets the width value for this MapServerLegendPatch.

Returns:
width

setWidth

public void setWidth(double width)
Sets the width value for this MapServerLegendPatch.

Parameters:
width -

getHeight

public double getHeight()
Gets the height value for this MapServerLegendPatch.

Returns:
height

setHeight

public void setHeight(double height)
Sets the height value for this MapServerLegendPatch.

Parameters:
height -

getImageDPI

public double getImageDPI()
Gets the imageDPI value for this MapServerLegendPatch.

Returns:
imageDPI

setImageDPI

public void setImageDPI(double imageDPI)
Sets the imageDPI value for this MapServerLegendPatch.

Parameters:
imageDPI -

getLinePatch

public LinePatch getLinePatch()
Gets the linePatch value for this MapServerLegendPatch.

Returns:
linePatch

setLinePatch

public void setLinePatch(LinePatch linePatch)
Sets the linePatch value for this MapServerLegendPatch.

Parameters:
linePatch -

getAreaPatch

public AreaPatch getAreaPatch()
Gets the areaPatch value for this MapServerLegendPatch.

Returns:
areaPatch

setAreaPatch

public void setAreaPatch(AreaPatch areaPatch)
Sets the areaPatch value for this MapServerLegendPatch.

Parameters:
areaPatch -

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer