net.sourceforge.fluxion.runcible.graph.view.renderer
Class FlexGraphViewRenderer

java.lang.Object
  extended by net.sourceforge.fluxion.graph.view.renderer.AbstractGraphViewRenderer
      extended by net.sourceforge.fluxion.runcible.graph.view.renderer.FlexGraphViewRenderer
All Implemented Interfaces:
GraphViewRenderer

public class FlexGraphViewRenderer
extends AbstractGraphViewRenderer

Javadocs go here

Author:
Tony Burdett

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sourceforge.fluxion.graph.view.renderer.AbstractGraphViewRenderer
AbstractGraphViewRenderer.Operating_System
 
Constructor Summary
FlexGraphViewRenderer()
           
 
Method Summary
 java.io.InputStream renderGraphView()
          Produces a string of XML from the given graph, that can be read by the runcible-flex module to produce a flash-based graph visualisation.
 
Methods inherited from class net.sourceforge.fluxion.graph.view.renderer.AbstractGraphViewRenderer
getDotLocation, getGraphView, setGraphView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlexGraphViewRenderer

public FlexGraphViewRenderer()
Method Detail

renderGraphView

public java.io.InputStream renderGraphView()
                                    throws java.io.IOException
Produces a string of XML from the given graph, that can be read by the runcible-flex module to produce a flash-based graph visualisation. This simply pipes the XML that has been written by the render method on the graph view into an input stream for reading.

Returns:
an input stream for reading the graph XML
Throws:
java.io.IOException - if something goes wrong


Copyright © 2010. All Rights Reserved.