Package net.sourceforge.plantuml.cute
Class PSystemCute
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.cute.PSystemCute
-
- All Implemented Interfaces:
Diagram
public class PSystemCute extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemCute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCommandLine(java.lang.String line)
protected ImageData
exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)
DiagramDescription
getDescription()
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Method Detail
-
getDescription
public DiagramDescription getDescription()
-
doCommandLine
public void doCommandLine(java.lang.String line)
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
java.io.IOException
-
-