public interface IImageDisplay
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID725221de_7d6b_462d_9cdf_1fe22ee39eb6 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID725221de_7d6b_462d_9cdf_1fe22ee39eb6
static final int xxDummy
static final java.lang.String IID
int getHeight() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeight(int imageHeight) throws java.io.IOException, AutomationException
imageHeight
- The imageHeight (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getWidth() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWidth(int imageWidth) throws java.io.IOException, AutomationException
imageWidth
- The imageWidth (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getDeviceResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDeviceResolution(double dpi) throws java.io.IOException, AutomationException
dpi
- The dpi (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.