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
,WarningHandler
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, PreprocessingArtifact preprocessing)
DiagramDescription
getDescription()
-
Methods inherited from class net.sourceforge.plantuml.PlainStringsDiagram
getRootDrawable
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramGraphic, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
addWarning, checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, getWarnings, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
-
-
-
Method Detail
-
create
public static PSystemStats create(UmlSource source, PreprocessingArtifact preprocessing) throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
-
-