Uses of Class
net.sourceforge.plantuml.activitydiagram.ActivityDiagram
Packages that use ActivityDiagram
Package
Description
-
Uses of ActivityDiagram in net.sourceforge.plantuml.activitydiagram
Methods in net.sourceforge.plantuml.activitydiagram that return ActivityDiagramModifier and TypeMethodDescriptionActivityDiagramFactory.createEmptyDiagram(UmlSource source, Map<String, String> skinParam) -
Uses of ActivityDiagram in net.sourceforge.plantuml.activitydiagram.command
Methods in net.sourceforge.plantuml.activitydiagram.command with parameters of type ActivityDiagramModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandElse.executeArg(ActivityDiagram system, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandEndif.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandEndPartition.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandIf.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandInnerConcurrent.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandLinkActivity.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandPartition.executeArg(ActivityDiagram diagram, LineLocation location, RegexResult arg) protected CommandExecutionResultCommandLinkLongActivity.executeNow(ActivityDiagram diagram, BlocLines lines) CommandLinkLongActivity.extractUrl(ActivityDiagram diagram, StringLocated string) CommandLinkLongActivity.extractUrlString(ActivityDiagram diagram, String string) -
Uses of ActivityDiagram in net.sourceforge.plantuml.command.note
Methods in net.sourceforge.plantuml.command.note that return types with arguments of type ActivityDiagramModifier and TypeMethodDescriptionCommandFactoryNoteActivity.createMultiLine(boolean withBracket) CommandFactoryNoteActivity.createSingleLine()