|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectteamdev.jxcapture.toolkit.win32.WindowsDrawableArea
Represents the drawable area for the Windows OS platform.
| Constructor Summary | |
WindowsDrawableArea()
|
|
| 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 newCursor)
Sets the cursor image to the specified cursor which is shown during the capture operation. |
void |
setDialogComponent(DialogComponent newDialogComponent)
Sets the specified DialogComponent for this capture operation. |
void |
setPopupMenu(javax.swing.JPopupMenu newPopupMenu)
Sets the pop-up menu for this area. |
void |
setSelectionPainter(SelectionPainter selectionPainter)
Sets the specified selection painter. |
void |
show()
Shows this area. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public WindowsDrawableArea()
| Method Detail |
public void setBackgroundImage(java.awt.image.BufferedImage image)
DrawableArea
setBackgroundImage in interface DrawableAreaimage - the specified background imagepublic java.awt.image.BufferedImage getBackgroundImage()
DrawableArea
getBackgroundImage in interface DrawableAreapublic void setSelectionPainter(SelectionPainter selectionPainter)
DrawableAreaSelectionPainter interface).
setSelectionPainter in interface DrawableAreaselectionPainter - the specified selection painterpublic java.awt.Component getComponent()
DrawableArea
getComponent in interface DrawableAreapublic void setCursor(java.awt.Cursor newCursor)
DrawableArea
setCursor in interface DrawableAreanewCursor - the specified cursor which is shown during the capture operationpublic java.awt.Cursor getCursor()
DrawableArea
getCursor in interface DrawableAreapublic void setPopupMenu(javax.swing.JPopupMenu newPopupMenu)
DrawableArea
setPopupMenu in interface DrawableAreanewPopupMenu - the pop-up menu for this areapublic javax.swing.JPopupMenu getPopupMenu()
DrawableArea
getPopupMenu in interface DrawableAreapublic void setDialogComponent(DialogComponent newDialogComponent)
DrawableAreaDialogComponent for this capture operation.
setDialogComponent in interface DrawableAreanewDialogComponent - the specified DialogComponent for
this capture operationpublic DialogComponent getDialogComponent()
DrawableAreaDialogComponent for this capture operation.
getDialogComponent in interface DrawableAreaDialogComponent for this capture operationpublic void show()
DrawableArea
show in interface DrawableAreapublic void dispose()
DrawableArea
dispose in interface DrawableArea
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||