com.esri.arcgisws
Class ImageDisplay

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

public class ImageDisplay
extends Object
implements Serializable

Java class for ImageDisplay complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ImageDisplay">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ImageHeight" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ImageWidth" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="ImageDPI" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="TransparentColor" type="{http://www.esri.com/schemas/ArcGIS/10.0}Color" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
ImageDisplay()
          ImageDisplay default constructor.
ImageDisplay(int imageHeight, int imageWidth, double imageDPI, Color transparentColor)
          Deprecated. 
 
Method Summary
 double getImageDPI()
          The device resolution of the image (dots per inch).
 int getImageHeight()
          The height of the image in pixels.
 int getImageWidth()
          The width of the image in pixels.
 Color getTransparentColor()
          Gets the value of the transparentColor property.
 void setImageDPI(double value)
          The device resolution of the image (dots per inch).
 void setImageHeight(int value)
          The height of the image in pixels.
 void setImageWidth(int value)
          The width of the image in pixels.
 void setTransparentColor(Color value)
          Sets the value of the transparentColor property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDisplay

@Deprecated
public ImageDisplay(int imageHeight,
                               int imageWidth,
                               double imageDPI,
                               Color transparentColor)
Deprecated. 

ImageDisplay constructor.


ImageDisplay

public ImageDisplay()
ImageDisplay default constructor.

Method Detail

getImageHeight

public int getImageHeight()
The height of the image in pixels. Gets the value of the imageHeight property.


setImageHeight

public void setImageHeight(int value)
The height of the image in pixels. Sets the value of the imageHeight property.


getImageWidth

public int getImageWidth()
The width of the image in pixels. Gets the value of the imageWidth property.


setImageWidth

public void setImageWidth(int value)
The width of the image in pixels. Sets the value of the imageWidth property.


getImageDPI

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


setImageDPI

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


getTransparentColor

public Color getTransparentColor()
Gets the value of the transparentColor property.

Returns:
possible object is Color

setTransparentColor

public void setTransparentColor(Color value)
Sets the value of the transparentColor property.

Parameters:
value - allowed object is Color