Package net.sourceforge.plantuml.version
Class PSystemLicense
- java.lang.Object
-
- net.sourceforge.plantuml.AbstractPSystem
-
- net.sourceforge.plantuml.PlainDiagram
-
- net.sourceforge.plantuml.version.PSystemLicense
-
- All Implemented Interfaces:
Diagram,UDrawable,WarningHandler
public class PSystemLicense extends PlainDiagram implements UDrawable
-
-
Constructor Summary
Constructors Constructor Description PSystemLicense(UmlSource source, PreprocessingArtifact preprocessing)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PSystemLicensecreate(UmlSource source, PreprocessingArtifact preprocessing)voiddrawU(UGraphic ug)voidexportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)DiagramDescriptiongetDescription()protected UDrawablegetRootDrawable(FileFormatOption fileFormatOption)protected TextBlockgetTextBlock(LicenseInfo licenseInfo)-
Methods inherited from class net.sourceforge.plantuml.PlainDiagram
createImageBuilder, exportDiagramNow
-
Methods inherited from class net.sourceforge.plantuml.AbstractPSystem
addWarning, checkFinalError, executeCommand, exportDiagram, getDefaultMargins, getMetadata, getNamespaceSeparator, getNbImages, getPreprocessingArtifact, getRequiredPass, getScale, getSource, getSplitPagesHorizontal, getSplitPagesVertical, getTitle, getTitleDisplay, getWarningOrError, getWarnings, hasUrl, isOk, makeDiagramReady, muteColorMapper, seed, setNamespaceSeparator, setScale, setSplitPagesHorizontal, setSplitPagesVertical, startingPass
-
-
-
-
Constructor Detail
-
PSystemLicense
public PSystemLicense(UmlSource source, PreprocessingArtifact preprocessing)
-
-
Method Detail
-
getRootDrawable
protected UDrawable getRootDrawable(FileFormatOption fileFormatOption)
- Specified by:
getRootDrawablein classPlainDiagram
-
create
public static PSystemLicense create(UmlSource source, PreprocessingArtifact preprocessing) throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescriptionin interfaceDiagram
-
exportDiagramGraphic
public void exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)
- Specified by:
exportDiagramGraphicin interfaceDiagram- Overrides:
exportDiagramGraphicin classPlainDiagram
-
getTextBlock
protected TextBlock getTextBlock(LicenseInfo licenseInfo)
-
-