Package net.sourceforge.plantuml.ditaa
Class PSystemDitaa
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.ditaa.PSystemDitaa
-
- All Implemented Interfaces:
Diagram
,WarningHandler
public class PSystemDitaa extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemDitaa(UmlSource source, java.lang.String data, boolean performSeparationOfCommonEdges, boolean dropShadows, boolean allCornersAreRound, boolean transparentBackground, float scale, java.awt.Font font, boolean forceFontSize, PreprocessingArtifact preprocessing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ImageData
exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat)
DiagramDescription
getDescription()
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
addWarning, checkFinalError, createImageBuilder, executeCommand, exportDiagram, exportDiagramGraphic, 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
-
PSystemDitaa
public PSystemDitaa(UmlSource source, java.lang.String data, boolean performSeparationOfCommonEdges, boolean dropShadows, boolean allCornersAreRound, boolean transparentBackground, float scale, java.awt.Font font, boolean forceFontSize, PreprocessingArtifact preprocessing)
-
-
Method Detail
-
getDescription
public DiagramDescription getDescription()
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat) throws java.io.IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
java.io.IOException
-
-