Package net.sourceforge.plantuml.version
Class PSystemLicense
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.version.PSystemLicense
-
public class PSystemLicense extends AbstractPSystem implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description PSystemLicense()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemLicensecreate()voiddrawU(UGraphic ug)protected ImageDataexportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed)DiagramDescriptiongetDescription()-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getMetadata, getNbImages, getScale, getSource, getTitle, getWarningOrError, hasUrl, isOk, makeDiagramReady, seed, setScale, setSource
-
-
-
-
Method Detail
-
exportDiagramNow
protected final ImageData exportDiagramNow(java.io.OutputStream os, int num, FileFormatOption fileFormat, long seed) throws java.io.IOException
- Specified by:
exportDiagramNowin classAbstractPSystem- Throws:
java.io.IOException
-
create
public static PSystemLicense create() throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescriptionin interfaceDiagram
-
-