Class CucaDiagramTxtMaker

java.lang.Object
net.sourceforge.plantuml.cucadiagram.dot.CucaDiagramTxtMaker

public final class CucaDiagramTxtMaker extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createFiles(java.io.OutputStream os, int index)
     
    java.util.List<SFile>
    createFiles(SFile suggestedFile)
     

    Methods inherited from class java.lang.Object

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

    • CucaDiagramTxtMaker

      public CucaDiagramTxtMaker(CucaDiagram diagram, FileFormat fileFormat) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details

    • createFiles

      public java.util.List<SFile> createFiles(SFile suggestedFile) throws java.io.IOException
      Throws:
      java.io.IOException
    • createFiles

      public void createFiles(java.io.OutputStream os, int index)