Class PSystemDefinition
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.definition.PSystemDefinition
-
public class PSystemDefinition extends AbstractPSystem implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description PSystemDefinition(java.lang.String startLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCommandLine(java.lang.String line)
void
drawU(UGraphic ug)
protected ImageData
exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormatOption, 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()
- Specified by:
getDescription
in interfaceDiagram
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormatOption, long seed) throws java.io.IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
java.io.IOException
-
doCommandLine
public void doCommandLine(java.lang.String line)
-
-