Package net.sourceforge.plantuml
Class PlainDiagram
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.PlainDiagram
- All Implemented Interfaces:
Diagram
- Direct Known Subclasses:
PlainStringsDiagram
,PSystemCharlie
,PSystemColors
,PSystemCreole
,PSystemDedication
,PSystemDefinition
,PSystemDonors
,PSystemError
,PSystemKeycheck
,PSystemKeygen
,PSystemLicense
,PSystemListEmoji
,PSystemListInternalSprites
,PSystemListOpenIconic
,PSystemOpenIconic
,PSystemOregon
,PSystemSkinparameterList
,PSystemUnsupported
,PSystemWelcome
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImageBuilder
(FileFormatOption fileFormatOption) void
exportDiagramGraphic
(UGraphic ug, FileFormatOption fileFormatOption) protected ImageData
exportDiagramNow
(OutputStream os, int index, FileFormatOption fileFormatOption) protected abstract UDrawable
getRootDrawable
(FileFormatOption fileFormatOption) Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.core.Diagram
getDescription
-
Constructor Details
-
PlainDiagram
-
-
Method Details
-
createImageBuilder
- Overrides:
createImageBuilder
in classAbstractPSystem
- Throws:
IOException
-
exportDiagramNow
protected ImageData exportDiagramNow(OutputStream os, int index, FileFormatOption fileFormatOption) throws IOException - Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
IOException
-
exportDiagramGraphic
- Specified by:
exportDiagramGraphic
in interfaceDiagram
- Overrides:
exportDiagramGraphic
in classAbstractPSystem
-
getRootDrawable
- Throws:
IOException
-