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 PSystemLicense
create(UmlSource source, PreprocessingArtifact preprocessing)
void
drawU(UGraphic ug)
void
exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)
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
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:
getRootDrawable
in classPlainDiagram
-
create
public static PSystemLicense create(UmlSource source, PreprocessingArtifact preprocessing) throws java.io.IOException
- Throws:
java.io.IOException
-
getDescription
public DiagramDescription getDescription()
- Specified by:
getDescription
in interfaceDiagram
-
exportDiagramGraphic
public void exportDiagramGraphic(UGraphic ug, FileFormatOption fileFormatOption)
- Specified by:
exportDiagramGraphic
in interfaceDiagram
- Overrides:
exportDiagramGraphic
in classPlainDiagram
-
getTextBlock
protected TextBlock getTextBlock(LicenseInfo licenseInfo)
-
-