public interface IImageResultEdit
extends java.io.Serializable
Description: 'Image Result Edit 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 |
IID83ee34c3_c1f3_46bd_a612_075d84f274b8 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
setHeight(int rhs1)
The height of the image in pixels.
|
void |
setMimeData(byte[] rhs1)
Binary data representing the generated image.
|
void |
setMimeType(java.lang.String rhs1)
The MIME type of the generated image.
|
void |
setReferenceDPI(double rhs1)
The device resolution of the image specified in the request.
|
void |
setURL(java.lang.String rhs1)
The URL of the generated image.
|
void |
setWidth(int rhs1)
The width of the image in pixels.
|
static final int IID83ee34c3_c1f3_46bd_a612_075d84f274b8
static final int xxDummy
static final java.lang.String IID
void setMimeData(byte[] rhs1) throws java.io.IOException, AutomationException
rhs1
- An unsigned byte (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setURL(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setHeight(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWidth(int rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setReferenceDPI(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMimeType(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.