Uses of Class
net.sourceforge.plantuml.compositediagram.CompositeDiagram
Packages that use CompositeDiagram
Package
Description
-
Uses of CompositeDiagram in net.sourceforge.plantuml.compositediagram
Methods in net.sourceforge.plantuml.compositediagram that return CompositeDiagramModifier and TypeMethodDescriptionCompositeDiagramFactory.createEmptyDiagram
(UmlSource source, Map<String, String> skinParam) -
Uses of CompositeDiagram in net.sourceforge.plantuml.compositediagram.command
Methods in net.sourceforge.plantuml.compositediagram.command with parameters of type CompositeDiagramModifier and TypeMethodDescriptionprotected CommandExecutionResult
CommandCreateBlock.executeArg
(CompositeDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandCreatePackageBlock.executeArg
(CompositeDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandEndPackageBlock.executeArg
(CompositeDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResult
CommandLinkBlock.executeArg
(CompositeDiagram diagram, LineLocation location, RegexResult arg)