com.esri.arcgis.carto
Interface IImageDisplay

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IImageDisplayProxy, ImageDisplay

public interface IImageDisplay
extends java.io.Serializable

COM Interface 'IImageDisplay'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to the Image Display Interface.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID725221de_7d6b_462d_9cdf_1fe22ee39eb6
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getDeviceResolution()
          The device resolution of the image (dots per inch).
 int getHeight()
          The height of the image in pixels.
 int getWidth()
          The width of the image in pixels.
 void setDeviceResolution(double dpi)
          The device resolution of the image (dots per inch).
 void setHeight(int imageHeight)
          The height of the image in pixels.
 void setWidth(int imageWidth)
          The width of the image in pixels.
 

Field Detail

IID725221de_7d6b_462d_9cdf_1fe22ee39eb6

static final int IID725221de_7d6b_462d_9cdf_1fe22ee39eb6
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getHeight

int getHeight()
              throws java.io.IOException,
                     AutomationException
The height of the image in pixels.

Returns:
The imageHeight
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHeight

void setHeight(int imageHeight)
               throws java.io.IOException,
                      AutomationException
The height of the image in pixels.

Parameters:
imageHeight - The imageHeight (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getWidth

int getWidth()
             throws java.io.IOException,
                    AutomationException
The width of the image in pixels.

Returns:
The imageWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setWidth

void setWidth(int imageWidth)
              throws java.io.IOException,
                     AutomationException
The width of the image in pixels.

Parameters:
imageWidth - The imageWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDeviceResolution

double getDeviceResolution()
                           throws java.io.IOException,
                                  AutomationException
The device resolution of the image (dots per inch).

Returns:
The dpi
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDeviceResolution

void setDeviceResolution(double dpi)
                         throws java.io.IOException,
                                AutomationException
The device resolution of the image (dots per inch).

Parameters:
dpi - The dpi (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.