|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportPNG
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 |
---|
static final int IID3b12ac60_9d1a_45c8_bde5_a2b4cdced76f
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 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 |