|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.dockable.ScreencaptureMovingImageFactory
public class ScreencaptureMovingImageFactory
A factory that makes a snapshot of the Dockable
which will be represented
by its MovingImage
.
Constructor Summary | |
---|---|
ScreencaptureMovingImageFactory(Dimension max)
Creates a new factory. |
Method Summary | |
---|---|
MovingImage |
create(DockController controller,
Dockable dockable)
Gets an image which will be shown underneath the cursor. |
MovingImage |
create(DockController controller,
DockTitle snatched)
Gets an image which will be shown underneath the cursor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScreencaptureMovingImageFactory(Dimension max)
max
- the maximal size of the images created by this factoryMethod Detail |
---|
public MovingImage create(DockController controller, DockTitle snatched)
DockableMovingImageFactory
snatched
.
create
in interface DockableMovingImageFactory
controller
- The controller which will be responsible for the titlesnatched
- The title which is grabbed by the user
null
public MovingImage create(DockController controller, Dockable dockable)
DockableMovingImageFactory
dockable
.
create
in interface DockableMovingImageFactory
controller
- The controller which will be responsible for the titledockable
- The Dockable which is snatched
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |