Package net.sourceforge.plantuml.eggs
Class PSystemCharlie
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.eggs.PSystemCharlie
-
- All Implemented Interfaces:
Diagram
,WarningHandler
public class PSystemCharlie extends PlainDiagram
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageBuilder
createImageBuilder(FileFormatOption fileFormatOption)
DiagramDescription
getDescription()
UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
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
-
-
-
-
Method Detail
-
createImageBuilder
public ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws java.io.IOException
- Overrides:
createImageBuilder
in classPlainDiagram
- Throws:
java.io.IOException
-
getRootDrawable
public UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawable
in classPlainDiagram
-
getDescription
public DiagramDescription getDescription()
-
-