Package net.sourceforge.plantuml.math
Class PSystemMath
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.math.PSystemMath
-
- All Implemented Interfaces:
Diagram
public class PSystemMath extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemMath(UmlSource source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCommandLine(String line)
protected ImageData
exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat)
DiagramDescription
getDescription()
-
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
-
-
-
-
Constructor Detail
-
PSystemMath
public PSystemMath(UmlSource source)
-
-
Method Detail
-
getDescription
public DiagramDescription getDescription()
-
exportDiagramNow
protected final ImageData exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) throws IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
IOException
-
doCommandLine
public void doCommandLine(String line)
-
-