|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDibExporter
Superseded by IExportBMP. Provides access to members that control the DIB (Windows Device Independent Bitmap) Exporter.
Method Summary | |
---|---|
IColor |
getBackgroundColor()
The background color of the DIB. |
short |
getBitsPerPixel()
The color depth of the DIB. |
int |
getHDIB()
Handle to in-memory DIB. |
short |
getHeight()
The height of the DIB. |
short |
getWidth()
The width of the DIB. |
boolean |
isInMemory()
Indicates if the bitmap should be written to memory. |
void |
setBackgroundColor(IColor ppBackgroundColor)
The background color of the DIB. |
void |
setBitsPerPixel(short pBitsPerPixel)
The color depth of the DIB. |
void |
setHeight(short pHeight)
The height of the DIB. |
void |
setIsInMemory(boolean pIsInMemory)
Indicates if the bitmap should be written to memory. |
void |
setWidth(short pWidth)
The width of the DIB. |
Method Detail |
---|
void setIsInMemory(boolean pIsInMemory) throws IOException, AutomationException
pIsInMemory
- The pIsInMemory (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isInMemory() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getHDIB() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBitsPerPixel(short pBitsPerPixel) throws IOException, AutomationException
pBitsPerPixel
- The pBitsPerPixel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getBitsPerPixel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundColor(IColor ppBackgroundColor) throws IOException, AutomationException
ppBackgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getBackgroundColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWidth(short pWidth) throws IOException, AutomationException
pWidth
- The pWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHeight(short pHeight) throws IOException, AutomationException
pHeight
- The pHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.short getHeight() 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 |