Class PSystemDefinition
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.definition.PSystemDefinition
-
public class PSystemDefinition extends PlainDiagram implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description PSystemDefinition(UmlSource source, String startLine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCommandLine(String line)
void
drawU(UGraphic ug)
DiagramDescription
getDescription()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Method Detail
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescription
in interfaceDiagram
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws IOException
- Specified by:
getRootDrawable
in classPlainDiagram
- Throws:
IOException
-
doCommandLine
public void doCommandLine(String line)
-
-