|
|||||||||||
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 DrawableArea
image
- the specified background imagepublic java.awt.image.BufferedImage getBackgroundImage()
DrawableArea
getBackgroundImage
in interface DrawableArea
public void setSelectionPainter(SelectionPainter selectionPainter)
DrawableArea
SelectionPainter
interface).
setSelectionPainter
in interface DrawableArea
selectionPainter
- the specified selection painterpublic java.awt.Component getComponent()
DrawableArea
getComponent
in interface DrawableArea
public void setCursor(java.awt.Cursor newCursor)
DrawableArea
setCursor
in interface DrawableArea
newCursor
- the specified cursor which is shown during the capture operationpublic java.awt.Cursor getCursor()
DrawableArea
getCursor
in interface DrawableArea
public void setPopupMenu(javax.swing.JPopupMenu newPopupMenu)
DrawableArea
setPopupMenu
in interface DrawableArea
newPopupMenu
- the pop-up menu for this areapublic javax.swing.JPopupMenu getPopupMenu()
DrawableArea
getPopupMenu
in interface DrawableArea
public void setDialogComponent(DialogComponent newDialogComponent)
DrawableArea
DialogComponent
for this capture operation.
setDialogComponent
in interface DrawableArea
newDialogComponent
- the specified DialogComponent
for
this capture operationpublic DialogComponent getDialogComponent()
DrawableArea
DialogComponent
for this capture operation.
getDialogComponent
in interface DrawableArea
DialogComponent
for this capture operationpublic void show()
DrawableArea
show
in interface DrawableArea
public void dispose()
DrawableArea
dispose
in interface DrawableArea
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |