|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITiffExporter
Superseded by IExportTIFF. Provides access to members that control the TIFF exporter.
Method Summary | |
---|---|
IColor |
getBackgroundColor()
The background color of the TIFF. |
short |
getHeight()
The height of the TIFF. |
short |
getWidth()
The width of the TIFF. |
void |
setBackgroundColor(IColor ppBackgroundColor)
The background color of the TIFF. |
void |
setHeight(short pHeight)
The height of the TIFF. |
void |
setWidth(short pWidth)
The width of the TIFF. |
Method Detail |
---|
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(short pWidth) throws IOException, AutomationException
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(short pHeight) throws IOException, AutomationException
pHeight
- The pHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short 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 |