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