com.esri.arcgis.output
Interface IExportPNG

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ExportPNG, IExportPNGProxy

public interface IExportPNG
extends java.io.Serializable

COM Interface 'IExportPNG'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'

Description: 'Provides access to members that control the PNG (Portable Network Graphics) 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 IID3b12ac60_9d1a_45c8_bde5_a2b4cdced76f
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getBiLevelThreshold()
          The Threshold value for BiLevel images.
 IColor getTransparentColor()
          The color that is marked as transparent in the export image.
 boolean isInterlaceMode()
          The interlaced PNG export mode.
 void setBiLevelThreshold(int threshold)
          The Threshold value for BiLevel images.
 void setInterlaceMode(boolean interlace)
          The interlaced PNG export mode.
 void setTransparentColor(IColor color)
          The color that is marked as transparent in the export image.
 

Field Detail

IID3b12ac60_9d1a_45c8_bde5_a2b4cdced76f

static final int IID3b12ac60_9d1a_45c8_bde5_a2b4cdced76f
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 PNG 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 PNG export mode.

Returns:
The interlace
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.