- 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()
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, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Method Detail
-
create
public static PSystemStats create() throws IOException
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
-
-