Package com.structurizr.export.plantuml
Class StructurizrPlantUMLExporter
java.lang.Object
com.structurizr.export.AbstractExporter
com.structurizr.export.AbstractDiagramExporter
com.structurizr.export.plantuml.AbstractPlantUMLExporter
com.structurizr.export.plantuml.StructurizrPlantUMLExporter
- All Implemented Interfaces:
DiagramExporter,Exporter
-
Field Summary
FieldsFields inherited from class com.structurizr.export.plantuml.AbstractPlantUMLExporter
PLANTUML_ANIMATION_PROPERTY, PLANTUML_INCLUDES_PROPERTY, PLANTUML_SEQUENCE_DIAGRAM_PROPERTY, PLANTUML_TITLE_PROPERTYFields inherited from class com.structurizr.export.AbstractDiagramExporter
GROUP_SEPARATOR_PROPERTY_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected LegendcreateLegend(com.structurizr.view.ModelView view) protected voidendContainerBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) protected voidendDeploymentNodeBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) protected voidendEnterpriseBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) protected voidendGroupBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) protected voidendSoftwareSystemBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) export(com.structurizr.view.DynamicView view) protected booleanrenderAsSequenceDiagram(com.structurizr.view.ModelView view) protected voidstartContainerBoundary(com.structurizr.view.ModelView view, com.structurizr.model.Container container, IndentingWriter writer) protected voidstartDeploymentNodeBoundary(com.structurizr.view.DeploymentView view, com.structurizr.model.DeploymentNode deploymentNode, IndentingWriter writer) protected voidstartEnterpriseBoundary(com.structurizr.view.ModelView view, String enterpriseName, IndentingWriter writer) protected voidstartGroupBoundary(com.structurizr.view.ModelView view, String group, IndentingWriter writer) protected voidstartSoftwareSystemBoundary(com.structurizr.view.ModelView view, com.structurizr.model.SoftwareSystem softwareSystem, IndentingWriter writer) protected voidwriteElement(com.structurizr.view.ModelView view, com.structurizr.model.Element element, IndentingWriter writer) protected voidwriteHeader(com.structurizr.view.ModelView view, IndentingWriter writer) protected voidwriteRelationship(com.structurizr.view.ModelView view, com.structurizr.view.RelationshipView relationshipView, IndentingWriter writer) Methods inherited from class com.structurizr.export.plantuml.AbstractPlantUMLExporter
addSkinParam, calculateIconScale, clearSkinParams, createDiagram, elementStyleHasSupportedIcon, getSkinParams, includeTitle, isAnimationSupported, writeFooter, writeIncludes, writeSkinParamsMethods inherited from class com.structurizr.export.AbstractDiagramExporter
export, export, export, export, export, export, export, export, export, export, export, getBoundaryContainers, getBoundarySoftwareSystems, getViewOrViewSetProperty, isVisible, isVisible, writeElements, writeRelationshipsMethods inherited from class com.structurizr.export.AbstractExporter
breakText, findElementStyle, findRelationshipStyle, hasValue, typeOf, typeOf
-
Field Details
-
PLANTUML_SHADOW
- See Also:
-
-
Constructor Details
-
StructurizrPlantUMLExporter
public StructurizrPlantUMLExporter()
-
-
Method Details
-
writeHeader
- Overrides:
writeHeaderin classAbstractPlantUMLExporter
-
startEnterpriseBoundary
protected void startEnterpriseBoundary(com.structurizr.view.ModelView view, String enterpriseName, IndentingWriter writer) - Specified by:
startEnterpriseBoundaryin classAbstractDiagramExporter
-
endEnterpriseBoundary
- Specified by:
endEnterpriseBoundaryin classAbstractDiagramExporter
-
startGroupBoundary
protected void startGroupBoundary(com.structurizr.view.ModelView view, String group, IndentingWriter writer) - Specified by:
startGroupBoundaryin classAbstractDiagramExporter
-
endGroupBoundary
- Specified by:
endGroupBoundaryin classAbstractDiagramExporter
-
startSoftwareSystemBoundary
protected void startSoftwareSystemBoundary(com.structurizr.view.ModelView view, com.structurizr.model.SoftwareSystem softwareSystem, IndentingWriter writer) - Specified by:
startSoftwareSystemBoundaryin classAbstractDiagramExporter
-
endSoftwareSystemBoundary
protected void endSoftwareSystemBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) - Specified by:
endSoftwareSystemBoundaryin classAbstractDiagramExporter
-
startContainerBoundary
protected void startContainerBoundary(com.structurizr.view.ModelView view, com.structurizr.model.Container container, IndentingWriter writer) - Specified by:
startContainerBoundaryin classAbstractDiagramExporter
-
endContainerBoundary
- Specified by:
endContainerBoundaryin classAbstractDiagramExporter
-
startDeploymentNodeBoundary
protected void startDeploymentNodeBoundary(com.structurizr.view.DeploymentView view, com.structurizr.model.DeploymentNode deploymentNode, IndentingWriter writer) - Specified by:
startDeploymentNodeBoundaryin classAbstractDiagramExporter
-
endDeploymentNodeBoundary
protected void endDeploymentNodeBoundary(com.structurizr.view.ModelView view, IndentingWriter writer) - Specified by:
endDeploymentNodeBoundaryin classAbstractDiagramExporter
-
export
- Overrides:
exportin classAbstractDiagramExporter
-
writeElement
protected void writeElement(com.structurizr.view.ModelView view, com.structurizr.model.Element element, IndentingWriter writer) - Specified by:
writeElementin classAbstractDiagramExporter
-
writeRelationship
protected void writeRelationship(com.structurizr.view.ModelView view, com.structurizr.view.RelationshipView relationshipView, IndentingWriter writer) - Specified by:
writeRelationshipin classAbstractDiagramExporter
-
createLegend
- Overrides:
createLegendin classAbstractDiagramExporter
-
renderAsSequenceDiagram
protected boolean renderAsSequenceDiagram(com.structurizr.view.ModelView view)
-