Package com.structurizr.export
Class AbstractExporter
java.lang.Object
com.structurizr.export.AbstractExporter
- Direct Known Subclasses:
AbstractDiagramExporter,AbstractWorkspaceExporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected com.structurizr.view.ElementStylefindElementStyle(com.structurizr.view.View view, com.structurizr.model.Element element) protected com.structurizr.view.RelationshipStylefindRelationshipStyle(com.structurizr.view.View view, com.structurizr.model.Relationship relationship) protected booleanprotected StringtypeOf(com.structurizr.view.View view, com.structurizr.model.Element e, boolean includeMetadataSymbols) protected StringtypeOf(com.structurizr.Workspace workspace, com.structurizr.model.Element e, boolean includeMetadataSymbols)
-
Constructor Details
-
AbstractExporter
public AbstractExporter()
-
-
Method Details
-
breakText
-
typeOf
protected String typeOf(com.structurizr.Workspace workspace, com.structurizr.model.Element e, boolean includeMetadataSymbols) -
typeOf
protected String typeOf(com.structurizr.view.View view, com.structurizr.model.Element e, boolean includeMetadataSymbols) -
hasValue
-
findElementStyle
protected com.structurizr.view.ElementStyle findElementStyle(com.structurizr.view.View view, com.structurizr.model.Element element) -
findRelationshipStyle
protected com.structurizr.view.RelationshipStyle findRelationshipStyle(com.structurizr.view.View view, com.structurizr.model.Relationship relationship)
-