net.sourceforge.fluxion.graph.view.factory
Interface GraphViewFactory

All Superinterfaces:
GraphVisitor
All Known Implementing Classes:
DotGraphViewFactory, FlexGraphViewFactory

public interface GraphViewFactory
extends GraphVisitor

An interface designed for easily generating a view over a Graph. It extends GraphVisitor to allow different GraphViews to be generated without having to alter the code of Graph. This method recursively generates EdgeViews and NodeViews as required.

Version:
0.1
Author:
Tony Burdett
See Also:
Graph, GraphView

Method Summary
 GraphView getGraphView()
          Returns the GraphView generated by this GraphViewFactory.
 
Methods inherited from interface net.sourceforge.fluxion.graph.visitor.GraphVisitor
visit
 

Method Detail

getGraphView

GraphView getGraphView()
Returns the GraphView generated by this GraphViewFactory.

Returns:
the generated GraphView


Copyright © 2010. All Rights Reserved.