|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the area on which the drawing capture operation takes place.
Method Summary | |
void |
dispose()
Hides and disposes of this area. |
java.awt.image.BufferedImage |
getBackgroundImage()
Returns the specified background image (a screen shot of the desktop) for this area. |
java.awt.Component |
getComponent()
Returns the component on which the drawing capture operation is performed. |
java.awt.Cursor |
getCursor()
Gets the cursor image. |
DialogComponent |
getDialogComponent()
Gets the DialogComponent for this capture operation. |
javax.swing.JPopupMenu |
getPopupMenu()
Gets the pop-up menu for this area. |
void |
setBackgroundImage(java.awt.image.BufferedImage image)
Sets the specified background image (a screen shot of the desktop) for this area. |
void |
setCursor(java.awt.Cursor cursor)
Sets the cursor image to the specified cursor which is shown during the capture operation. |
void |
setDialogComponent(DialogComponent dialogComponent)
Sets the specified DialogComponent for this capture operation. |
void |
setPopupMenu(javax.swing.JPopupMenu popupMenu)
Sets the pop-up menu for this area. |
void |
setSelectionPainter(SelectionPainter selectionPainter)
Sets the specified selection painter. |
void |
show()
Shows this area. |
Method Detail |
public void setBackgroundImage(java.awt.image.BufferedImage image)
image
- the specified background imagepublic java.awt.image.BufferedImage getBackgroundImage()
public void setSelectionPainter(SelectionPainter selectionPainter)
SelectionPainter
interface).
selectionPainter
- the specified selection painterpublic java.awt.Component getComponent()
public void setCursor(java.awt.Cursor cursor)
cursor
- the specified cursor which is shown during the capture operationpublic java.awt.Cursor getCursor()
public void setPopupMenu(javax.swing.JPopupMenu popupMenu)
popupMenu
- the pop-up menu for this areapublic javax.swing.JPopupMenu getPopupMenu()
public void setDialogComponent(DialogComponent dialogComponent)
DialogComponent
for this capture operation.
dialogComponent
- the specified DialogComponent
for
this capture operationpublic DialogComponent getDialogComponent()
DialogComponent
for this capture operation.
DialogComponent
for this capture operationpublic void show()
public void dispose()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |