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