diva.canvas.interactor
Interface GrabHandleFactory

All Known Implementing Classes:
BasicGrabHandleFactory

public interface GrabHandleFactory

A factory so that a client can create grab handles without knowing anything about their implementation.

Version:
$Id: GrabHandleFactory.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Michael Shilman

Method Summary
 GrabHandle createGrabHandle(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.