public class BasicMovingImageFactory extends Object implements DockableMovingImageFactory
MovingImages display a DockTitle.| Constructor and Description |
|---|
BasicMovingImageFactory() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public MovingImage create(DockController controller, DockTitle snatched)
DockableMovingImageFactorysnatched.create in interface DockableMovingImageFactorycontroller - The controller which will be responsible for the titlesnatched - The title which is grabbed by the usernullpublic MovingImage create(DockController controller, Dockable dockable)
DockableMovingImageFactorydockable.create in interface DockableMovingImageFactorycontroller - The controller which will be responsible for the titledockable - The Dockable which is snatchednullCopyright © 2017 Docking Frames. All rights reserved.