|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportImage
Provides access to members that control the Image Export.
Method Summary | |
---|---|
IColor |
getBackgroundColor()
The background color of the Image. |
int |
getHeight()
The height of the Image. |
int |
getImageType()
Export Image Type. |
int |
getWidth()
The width of the Image. |
void |
setBackgroundColor(IColor ppBackgroundColor)
The background color of the Image. |
void |
setHeight(int pHeight)
The height of the Image. |
void |
setImageType(int pimageType)
Export Image Type. |
void |
setWidth(int pWidth)
The width of the Image. |
Method Detail |
---|
void setImageType(int pimageType) throws IOException, AutomationException
pimageType
- A com.esri.arcgis.output.esriExportImageType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getImageType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(IColor ppBackgroundColor) throws IOException, AutomationException
ppBackgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(int pWidth) throws IOException, AutomationException
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(int pHeight) throws IOException, AutomationException
pHeight
- The pHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHeight() throws IOException, AutomationException
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 |