Package net.sourceforge.plantuml.version
Class PSystemLicense
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.version.PSystemLicense
-
public class PSystemLicense extends PlainDiagram implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description PSystemLicense(UmlSource source)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemLicense
create(UmlSource source)
void
drawU(UGraphic ug)
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
-
PSystemLicense
public PSystemLicense(UmlSource source)
-
-
Method Detail
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawable
in classPlainDiagram
-
create
public static PSystemLicense create(UmlSource source) throws IOException
- Throws:
IOException
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescription
in interfaceDiagram
-
-