Class CucaDiagramFileMakerSvek

java.lang.Object
net.sourceforge.plantuml.svek.CucaDiagramFileMakerSvek
All Implemented Interfaces:
CucaDiagramFileMaker

public final class CucaDiagramFileMakerSvek extends java.lang.Object implements CucaDiagramFileMaker
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    createFile(java.io.OutputStream os, java.util.List<java.lang.String> dotStrings, FileFormatOption fileFormatOption)
     

    Methods inherited from class java.lang.Object

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

    • CucaDiagramFileMakerSvek

      public CucaDiagramFileMakerSvek(CucaDiagram diagram) throws java.io.IOException
      Throws:
      java.io.IOException
  • Method Details