|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExportBMP
Provides access to members that control the BMP (Windows Bitmap) Export.
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. |
Method Detail |
---|
int getBitmap() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPalette() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRLECompression(boolean compression) throws IOException, AutomationException
compression
- The compression (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRLECompression() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBiLevelThreshold(int threshold) throws IOException, AutomationException
threshold
- The threshold (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBiLevelThreshold() throws IOException, AutomationException
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 |