|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Provides access to members that control the display filter.
| Method Summary | |
void |
apply(int backgroundHDC,
int foregroundHDC,
int destinationHDC,
int clipLeft,
int clipTop,
int clipRight,
int clipBottom,
int destinationLeft,
int destinationTop)
Takes the latest drawing found in the foreground bitmap and applies it to the background bitmap, sending the results to the destination bitmap. |
int |
getBackgroundRGB()
RGB value of the filter background color. |
int |
getFlags()
Filter flags. |
void |
setBackgroundRGB(int rGB)
RGB value of the filter background color. |
void |
setFlags(int flags)
Filter flags. |
| Method Detail |
public void setBackgroundRGB(int rGB)
throws java.io.IOException,
AutomationException
rGB - The rGB (A COM typedef) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getBackgroundRGB()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlags(int flags)
throws java.io.IOException,
AutomationException
flags - A com.esri.arcgis.display.esriDisplayFilterFlags constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getFlags()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void apply(int backgroundHDC,
int foregroundHDC,
int destinationHDC,
int clipLeft,
int clipTop,
int clipRight,
int clipBottom,
int destinationLeft,
int destinationTop)
throws java.io.IOException,
AutomationException
backgroundHDC - The backgroundHDC (A COM typedef) (in)foregroundHDC - The foregroundHDC (A COM typedef) (in)destinationHDC - The destinationHDC (A COM typedef) (in)clipLeft - The clipLeft (in)clipTop - The clipTop (in)clipRight - The clipRight (in)clipBottom - The clipBottom (in)destinationLeft - The destinationLeft (in)destinationTop - The destinationTop (in)
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 | |||||||||