Package nl.talsmasoftware.umldoclet.uml
Class ClassDiagram
java.lang.Object
nl.talsmasoftware.umldoclet.uml.UMLNode
nl.talsmasoftware.umldoclet.uml.Diagram
nl.talsmasoftware.umldoclet.uml.ClassDiagram
UML diagram for a single class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprotected FileDetermine the physical file location for the plantuml output.getType()protected <IPW extends IndentingPrintWriter>
IPWwriteChildrenTo(IPW output)Helper method to write all children to the specified output.Methods inherited from class nl.talsmasoftware.umldoclet.uml.Diagram
getConfiguration, render, toString, writeToMethods inherited from class nl.talsmasoftware.umldoclet.uml.UMLNode
findParent, getChildren, getChildren, getParent, removeChildren, setParent
-
Constructor Details
-
ClassDiagram
-
-
Method Details
-
getType
-
addChild
-
writeChildrenTo
Description copied from class:UMLNodeHelper method to write all children to the specified output.- Overrides:
writeChildrenToin classUMLNode- Type Parameters:
IPW- The subclass of indenting print writer being written to.- Parameters:
output- The output to write the children to.- Returns:
- A reference to the output for method chaining purposes.
-
getPlantUmlFile
Description copied from class:DiagramDetermine the physical file location for the plantuml output.This will even be called if
-createPumlFilesis not enabled, to determine the Diagram.getDiagramBaseFile().- Specified by:
getPlantUmlFilein classDiagram- Returns:
- The physical file for the plantuml output.
-