|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.ImageDisplay
public class ImageDisplay
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>
| 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 |
|---|
@Deprecated
public ImageDisplay(int imageHeight,
int imageWidth,
double imageDPI,
Color transparentColor)
public ImageDisplay()
| Method Detail |
|---|
public int getImageHeight()
public void setImageHeight(int value)
public int getImageWidth()
public void setImageWidth(int value)
public double getImageDPI()
public void setImageDPI(double value)
public Color getTransparentColor()
Colorpublic void setTransparentColor(Color value)
value - allowed object is
Color
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||