diva.graph
Interface NodeRenderer

All Known Implementing Classes:
BasicNodeRenderer, BubbleRenderer, TypedNodeRenderer

public interface NodeRenderer

A factory which creates a visual representation (Figure) given a node input. The factory is not responsible for positioning the figure, but is responsible for determining the size of the figure.

Version:
$Revision: 1.10 $
Author:
Michael Shilman (michaels@eecs.berkeley.edu)

Method Summary
 Figure render(Object node)
          Render a visual representation of the given node.
 

Method Detail

render

Figure render(Object node)
Render a visual representation of the given node.



Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.