com.esri.arcgis.output
Interface IExportGIF

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportGIF, IExportGIFProxy

public interface IExportGIF
extends java.io.Serializable

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

IID6c43ec0f_352c_42ef_9bd6_83d37529e3e5

static final int IID6c43ec0f_352c_42ef_9bd6_83d37529e3e5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setInterlaceMode

void setInterlaceMode(boolean interlace)
                      throws java.io.IOException,
                             AutomationException
The interlaced GIF export mode.

Parameters:
interlace - The interlace (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isInterlaceMode

boolean isInterlaceMode()
                        throws java.io.IOException,
                               AutomationException
The interlaced GIF export mode.

Returns:
The interlace
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompressionType

void setCompressionType(int type)
                        throws java.io.IOException,
                               AutomationException
The GIF Compression type.

Parameters:
type - A com.esri.arcgis.output.esriGIFCompression constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompressionType

int getCompressionType()
                       throws java.io.IOException,
                              AutomationException
The GIF Compression type.

Returns:
A com.esri.arcgis.output.esriGIFCompression constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTransparentColor

void setTransparentColor(IColor color)
                         throws java.io.IOException,
                                AutomationException
The color that is marked as transparent in the export image.

Parameters:
color - A reference to a com.esri.arcgis.display.IColor (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTransparentColor

IColor getTransparentColor()
                           throws java.io.IOException,
                                  AutomationException
The color that is marked as transparent in the export image.

Returns:
A reference to a com.esri.arcgis.display.IColor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBiLevelThreshold

void setBiLevelThreshold(int threshold)
                         throws java.io.IOException,
                                AutomationException
The Threshold value for BiLevel images. The Threshold value will be used if esriExportImageType equal to esriExportImageTypeBiLevelThreshold.

Parameters:
threshold - The threshold (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBiLevelThreshold

int getBiLevelThreshold()
                        throws java.io.IOException,
                               AutomationException
The Threshold value for BiLevel images. The Threshold value will be used if esriExportImageType equal to esriExportImageTypeBiLevelThreshold.

Returns:
The threshold
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.