com.esri.arcgisws
Class ImageDisplay

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

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

See Also:
Serialized Form

Constructor Summary
ImageDisplay()
           
ImageDisplay(int imageHeight, int imageWidth, double imageDPI)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 double getImageDPI()
          Gets the imageDPI value for this ImageDisplay.
 int getImageHeight()
          Gets the imageHeight value for this ImageDisplay.
 int getImageWidth()
          Gets the imageWidth value for this ImageDisplay.
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
 int hashCode()
           
 void setImageDPI(double imageDPI)
          Sets the imageDPI value for this ImageDisplay.
 void setImageHeight(int imageHeight)
          Sets the imageHeight value for this ImageDisplay.
 void setImageWidth(int imageWidth)
          Sets the imageWidth value for this ImageDisplay.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDisplay

public ImageDisplay()

ImageDisplay

public ImageDisplay(int imageHeight,
                    int imageWidth,
                    double imageDPI)
Method Detail

getImageHeight

public int getImageHeight()
Gets the imageHeight value for this ImageDisplay.

Returns:
imageHeight

setImageHeight

public void setImageHeight(int imageHeight)
Sets the imageHeight value for this ImageDisplay.

Parameters:
imageHeight -

getImageWidth

public int getImageWidth()
Gets the imageWidth value for this ImageDisplay.

Returns:
imageWidth

setImageWidth

public void setImageWidth(int imageWidth)
Sets the imageWidth value for this ImageDisplay.

Parameters:
imageWidth -

getImageDPI

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

Returns:
imageDPI

setImageDPI

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

Parameters:
imageDPI -

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