net.sourceforge.fluxion.graph.view.renderer
Interface GraphViewRenderer

All Known Implementing Classes:
AbstractGraphViewRenderer, DotGraphViewRenderer, FlexGraphViewRenderer

public interface GraphViewRenderer

A Renderer for drawing a GraphView to the screen.

Version:
1.0 date: 17-Aug-2006
Author:
Tony Burdett

Method Summary
 GraphView getGraphView()
           
 java.io.InputStream renderGraphView()
          Renders the current GraphView to an InputStream.
 void setGraphView(GraphView graphView)
           
 

Method Detail

setGraphView

void setGraphView(GraphView graphView)

getGraphView

GraphView getGraphView()

renderGraphView

java.io.InputStream renderGraphView()
                                    throws java.io.IOException
Renders the current GraphView to an InputStream. This input stream can be used to read SVG representing a graphical view of the data in the graph.

Returns:
an InputStream that can be used to read SVG
Throws:
java.io.IOException - if an exception occurs


Copyright © 2010. All Rights Reserved.