|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportBMP
COM Interface 'IExportBMP'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriOutput.olb'
Description: 'Provides access to members that control the BMP (Windows Bitmap) 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 |
IID759be840_8eb9_45a0_b511_2a297096344b
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getBiLevelThreshold()
The Threshold value for BiLevel images. |
int |
getBitmap()
The Windows Bitmap handle. |
int |
getPalette()
The Windows Bitmap color palette. |
boolean |
isRLECompression()
The Windows Bitmap compression scheme for 8 bits per pixel and 4 bits per pixel. |
void |
setBiLevelThreshold(int threshold)
The Threshold value for BiLevel images. |
void |
setRLECompression(boolean compression)
The Windows Bitmap compression scheme for 8 bits per pixel and 4 bits per pixel. |
Field Detail |
---|
static final int IID759be840_8eb9_45a0_b511_2a297096344b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getBitmap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPalette() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRLECompression(boolean compression) throws java.io.IOException, AutomationException
compression
- The compression (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRLECompression() 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 |