- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.logo.PSystemLogo
-
- All Implemented Interfaces:
Diagram
public class PSystemLogo extends AbstractPSystem
-
-
Constructor Summary
Constructors Constructor Description PSystemLogo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doCommandLine(String line)
protected ImageData
exportDiagramNow(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, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Method Detail
-
exportDiagramNow
protected final ImageData exportDiagramNow(OutputStream os, int num, FileFormatOption fileFormat) throws IOException
- Specified by:
exportDiagramNow
in classAbstractPSystem
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
-
doCommandLine
public void doCommandLine(String line)
-
-