Package diva.canvas.interactor
Interface GrabHandleFactory
-
- All Known Implementing Classes:
BasicGrabHandleFactory
public interface GrabHandleFactoryA factory so that a client can create grab handles without knowing anything about their implementation.- Version:
- $Id$
- Author:
- Michael Shilman
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GrabHandlecreateGrabHandle(Site s)Create a grab-handle that is attached to the given site.
-
-
-
Method Detail
-
createGrabHandle
GrabHandle createGrabHandle(Site s)
Create a grab-handle that is attached to the given site. The grab-handle will be located so that its attachment point is at the site.
-
-