public interface DrawableArea
Modifier and Type | Method and Description |
---|---|
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.
|
void setBackgroundImage(java.awt.image.BufferedImage image)
image
- the specified background imagejava.awt.image.BufferedImage getBackgroundImage()
void setSelectionPainter(SelectionPainter selectionPainter)
SelectionPainter
interface).selectionPainter
- the specified selection painterjava.awt.Component getComponent()
void setCursor(java.awt.Cursor cursor)
cursor
- the specified cursor which is shown during the capture operationjava.awt.Cursor getCursor()
void setPopupMenu(javax.swing.JPopupMenu popupMenu)
popupMenu
- the pop-up menu for this areajavax.swing.JPopupMenu getPopupMenu()
void setDialogComponent(DialogComponent dialogComponent)
DialogComponent
for this capture operation.dialogComponent
- the specified DialogComponent
for
this capture operationDialogComponent getDialogComponent()
DialogComponent
for this capture operation.DialogComponent
for this capture operationvoid show()
void dispose()