com.esri.arcgis.carto
Interface IImageDisplay2

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

public interface IImageDisplay2
extends java.io.Serializable

COM Interface 'IImageDisplay2'. 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 IID60c16034_ca07_49f3_ac2e_0b848884119d
           
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.
 IColor getTransparentColor()
          Transparent color for image types that support transparent color.
 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 setTransparentColor(IColor ppTransparentColor)
          Transparent color for image types that support transparent color.
 void setWidth(int imageWidth)
          The width of the image in pixels.
 

Field Detail

IID60c16034_ca07_49f3_ac2e_0b848884119d

static final int IID60c16034_ca07_49f3_ac2e_0b848884119d
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.

getTransparentColor

IColor getTransparentColor()
                           throws java.io.IOException,
                                  AutomationException
Transparent color for image types that support transparent color.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparentColor

void setTransparentColor(IColor ppTransparentColor)
                         throws java.io.IOException,
                                AutomationException
Transparent color for image types that support transparent color.

Parameters:
ppTransparentColor - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.