org.mule.tools.visualizer.components
Class GraphRenderer

java.lang.Object
  extended byorg.mule.tools.visualizer.components.GraphRenderer

public class GraphRenderer
extends Object


Field Summary
static String MULE_GRAPHVIZ
           
static String MULE_HOME
           
 
Constructor Summary
GraphRenderer(GraphEnvironment env)
           
 
Method Summary
 String saveGraph(com.oy.shared.lm.graph.Graph graph, String filename, File outFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MULE_GRAPHVIZ

public static final String MULE_GRAPHVIZ
See Also:
Constant Field Values

MULE_HOME

public static final String MULE_HOME
See Also:
Constant Field Values
Constructor Detail

GraphRenderer

public GraphRenderer(GraphEnvironment env)
              throws Exception
Method Detail

saveGraph

public String saveGraph(com.oy.shared.lm.graph.Graph graph,
                        String filename,
                        File outFolder)
                 throws IOException
Throws:
IOException


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.