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
,PSystemWelcome
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateImageBuilder
(FileFormatOption fileFormatOption) protected ImageData
exportDiagramNow
(java.io.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, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, 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
public ImageBuilder createImageBuilder(FileFormatOption fileFormatOption) throws java.io.IOException - Overrides:
createImageBuilder
in classAbstractPSystem
- Throws:
java.io.IOException
-
exportDiagramNow
protected ImageData exportDiagramNow(java.io.OutputStream os, int index, FileFormatOption fileFormatOption) throws java.io.IOException - Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
java.io.IOException
-
getRootDrawable
protected abstract UDrawable getRootDrawable(FileFormatOption fileFormatOption) throws java.io.IOException - Throws:
java.io.IOException
-