Class PngGenerator

java.lang.Object
com.fluxtion.generator.exporter.PngGenerator

public class PngGenerator
extends java.lang.Object
Utility method for generating png representation of a graph from a graphml source.
Author:
Greg Higgins ([email protected])
  • Constructor Summary

    Constructors 
    Constructor Description
    PngGenerator()  
  • Method Summary

    Modifier and Type Method Description
    static void generatePNG​(java.io.File graphmlFile, java.io.File pngFile)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • generatePNG

      public static void generatePNG​(java.io.File graphmlFile, java.io.File pngFile)