Package net.sourceforge.plantuml.eggs
Class PSystemPath
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.eggs.PSystemPath
-
- All Implemented Interfaces:
Diagram
public class PSystemPath extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemPath(UmlSource source, java.lang.String s)
-
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
checkFinalError, createImageBuilder, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Constructor Detail
-
PSystemPath
public PSystemPath(UmlSource source, java.lang.String s)
-
-
Method Detail
-
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
-
getDescription
public DiagramDescription getDescription()
-
-