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
(java.lang.String line) protected final ImageData
exportDiagramNow
(java.io.OutputStream os, int num, FileFormatOption fileFormat) Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, createImageBuilder, 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
-
Constructor Details
-
PSystemMath
-
-
Method Details
-
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
-
doCommandLine
public void doCommandLine(java.lang.String line)
-