|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportGIF
Provides access to members that control the GIF (Graphics Interchange Format) Export.
Method Summary | |
---|---|
int |
getBiLevelThreshold()
The Threshold value for BiLevel images. |
int |
getCompressionType()
The GIF Compression type. |
IColor |
getTransparentColor()
The color that is marked as transparent in the export image. |
boolean |
isInterlaceMode()
The interlaced GIF export mode. |
void |
setBiLevelThreshold(int threshold)
The Threshold value for BiLevel images. |
void |
setCompressionType(int type)
The GIF Compression type. |
void |
setInterlaceMode(boolean interlace)
The interlaced GIF export mode. |
void |
setTransparentColor(IColor color)
The color that is marked as transparent in the export image. |
Method Detail |
---|
void setInterlaceMode(boolean interlace) throws IOException, AutomationException
interlace
- The interlace (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInterlaceMode() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressionType(int type) throws IOException, AutomationException
type
- A com.esri.arcgis.output.esriGIFCompression constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparentColor(IColor color) throws IOException, AutomationException
color
- 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 getTransparentColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBiLevelThreshold(int threshold) throws IOException, AutomationException
threshold
- The threshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBiLevelThreshold() 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 |