Package net.sourceforge.plantuml.stats
Class PSystemStats
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.PlainStringsDiagram
-
- net.sourceforge.plantuml.stats.PSystemStats
-
- All Implemented Interfaces:
Diagram
public class PSystemStats extends PlainStringsDiagram
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.PlainStringsDiagram
image, imagePosition, strings
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemStats
create(UmlSource source)
DiagramDescription
getDescription()
-
Methods inherited from class net.sourceforge.plantuml.PlainStringsDiagram
getRootDrawable
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Method Detail
-
create
public static PSystemStats create(UmlSource source) throws IOException
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
-
-