The interaction and rendering of nodes is managed by node controller objects, each associated with particular kind of node. Edges are similarly managed by an edge controller object. @author John Reekie @author Michael Shilman @author Steve Neuendorffer @version $Id: GraphController.java,v 1.15 2005/07/08 19:55:01 cxh Exp $ @Pt.AcceptedRating Red
This controller is a service and can therefore be found in Lookup:
GraphController gc = Lookup.getDefault().lookup(GraphController.class);@author Mathieu Bastian
|
|
|
|