|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IExportGIF
COM Interface 'IExportGIF'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Provides access to members that control the GIF (Graphics Interchange Format) Export.' 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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6c43ec0f_352c_42ef_9bd6_83d37529e3e5
|
static int |
xxDummy
Deprecated. Internal use only |
| 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. |
| Field Detail |
|---|
static final int IID6c43ec0f_352c_42ef_9bd6_83d37529e3e5
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setInterlaceMode(boolean interlace)
throws java.io.IOException,
AutomationException
interlace - The interlace (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isInterlaceMode()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCompressionType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.output.esriGIFCompression constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getCompressionType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransparentColor(IColor color)
throws java.io.IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getTransparentColor()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBiLevelThreshold(int threshold)
throws java.io.IOException,
AutomationException
threshold - The threshold (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBiLevelThreshold()
throws java.io.IOException,
AutomationException
java.io.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 | ||||||||