|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJpegExporter
Superseded by IExportJPEG. Provides access to members that control the JPEG (Joint Photographic Experts Group) Exporter.
Method Summary | |
---|---|
IColor |
getBackgroundColor()
The background color of the JPEG. |
short |
getHeight()
The height of the JPEG. |
short |
getQuality()
The JPEG compression / image quality. |
short |
getWidth()
The width of the JPEG. |
void |
setBackgroundColor(IColor ppBackgroundColor)
The background color of the JPEG. |
void |
setHeight(short pHeight)
The height of the JPEG. |
void |
setQuality(short quality)
The JPEG compression / image quality. |
void |
setWidth(short pWidth)
The width of the JPEG. |
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.void setQuality(short quality) throws IOException, AutomationException
quality
- The quality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getQuality() 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 |