Package net.sourceforge.plantuml.math
Class PSystemMath
java.lang.Object
net.sourceforge.plantuml.AbstractPSystem
net.sourceforge.plantuml.math.PSystemMath
- All Implemented Interfaces:
Diagram
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
doCommandLine
(String line) protected final ImageData
exportDiagramNow
(OutputStream os, int num, FileFormatOption fileFormat) Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, createImageBuilder, executeCommand, exportDiagram, exportDiagramGraphic, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
Constructor Details
-
PSystemMath
-
-
Method Details
-
getDescription
-
exportDiagramNow
protected final ImageData exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) throws IOException - Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
IOException
-
doCommandLine
-