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)
void
exportDiagramGraphic(UGraphic ug)
DiagramDescription
getDescription()
protected UDrawable
getRootDrawable(FileFormatOption fileFormatOption)
protected TextBlock
getTextBlock(LicenseInfo licenseInfo)
-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, 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 java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescription
in interfaceDiagram
-
exportDiagramGraphic
public void exportDiagramGraphic(UGraphic ug)
- Specified by:
exportDiagramGraphic
in interfaceDiagram
- Overrides:
exportDiagramGraphic
in classPlainDiagram
-
getTextBlock
protected TextBlock getTextBlock(LicenseInfo licenseInfo)
-
-