|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IImageDisplay2
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 |
---|
static final int IID60c16034_ca07_49f3_ac2e_0b848884119d
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.IColor getTransparentColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparentColor(IColor ppTransparentColor) throws java.io.IOException, AutomationException
ppTransparentColor
- A reference to a com.esri.arcgis.display.IColor (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 |