net.sourceforge.plantuml.cucadiagram.dot
Class CucaDiagramPngMaker2

java.lang.Object
  extended by net.sourceforge.plantuml.cucadiagram.dot.CucaDiagramPngMaker2

public final class CucaDiagramPngMaker2
extends Object


Constructor Summary
CucaDiagramPngMaker2(CucaDiagram diagram)
           
 
Method Summary
 List<File> createPng(File pngFile)
           
 void createPng(OutputStream os)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CucaDiagramPngMaker2

public CucaDiagramPngMaker2(CucaDiagram diagram)
Method Detail

createPng

public void createPng(OutputStream os)
               throws IOException
Throws:
IOException

createPng

public List<File> createPng(File pngFile)
                     throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.