Class PSystemDedication
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.dedication.PSystemDedication
-
- All Implemented Interfaces:
Diagram
public class PSystemDedication extends PlainDiagram
-
-
Constructor Summary
Constructors Constructor Description PSystemDedication(UmlSource source, java.awt.image.BufferedImage img)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.awt.image.BufferedImage
getBufferedImage(java.io.InputStream is)
DiagramDescription
getDescription()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
-
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, seed, setScale, setSplitPagesHorizontal, setSplitPagesVertical
-
-
-
-
Constructor Detail
-
PSystemDedication
public PSystemDedication(UmlSource source, java.awt.image.BufferedImage img)
-
-
Method Detail
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawable
in classPlainDiagram
-
getBufferedImage
public static java.awt.image.BufferedImage getBufferedImage(java.io.InputStream is)
-
getDescription
public DiagramDescription getDescription()
-
-