Package nl.talsmasoftware.umldoclet.uml
Class Diagram
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.Diagram
- Direct Known Subclasses:
ClassDiagram,DependencyDiagram,PackageDiagram
Abstract UML Diagram class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract FileDetermine the physical file location for the plantuml output.voidrender()toString()Renders the entire content of this renderer and returns it as a String value.protected <IPW extends IndentingPrintWriter>
IPWwriteCustomDirectives(List<String> customDirectives, IPW output) <IPW extends IndentingPrintWriter>
IPWwriteTo(IPW output) Renders this object to the given indentingoutput.Methods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
addChild, findParent, getChildren, getChildren, getParent, removeChildren, setParent, writeChildrenTo
-
Constructor Details
-
Diagram
-
-
Method Details
-
writeTo
Description copied from class:UMLNodeRenders this object to the given indentingoutput. -
writeCustomDirectives
protected <IPW extends IndentingPrintWriter> IPW writeCustomDirectives(List<String> customDirectives, IPW output) -
getConfiguration
- Overrides:
getConfigurationin classUMLNode
-
getPlantUmlFile
Determine the physical file location for the plantuml output.This will even be called if
-createPumlFilesis not enabled, to determine thediagram base file.- Returns:
- The physical file for the plantuml output.
-
render
public void render() -
toString
Description copied from class:UMLNodeRenders the entire content of this renderer and returns it as a String value.
-