net.sourceforge.demetrix.util
Class JGraphExporter

java.lang.Object
  extended bynet.sourceforge.demetrix.util.JGraphExporter

public class JGraphExporter
extends Object

Author:
Dimitri Pissarenko

Field Summary
private static JGraphExporter instance
           
private  Logger logger
           
static String PNG_FORMAT
           
 
Constructor Summary
private JGraphExporter()
           
 
Method Summary
 void exportJGraph(JGraph jgraph, String fileFormat, File file)
           
static JGraphExporter getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

private static JGraphExporter instance

logger

private Logger logger

PNG_FORMAT

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

JGraphExporter

private JGraphExporter()
Method Detail

getInstance

public static JGraphExporter getInstance()

exportJGraph

public void exportJGraph(JGraph jgraph,
                         String fileFormat,
                         File file)