|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageDisplay
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 |
---|
static final int IID725221de_7d6b_462d_9cdf_1fe22ee39eb6
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |