Uses of Class
net.sourceforge.plantuml.wire.WireDiagram
Packages that use WireDiagram
-
Uses of WireDiagram in net.sourceforge.plantuml.wire
Methods in net.sourceforge.plantuml.wire that return WireDiagramModifier and TypeMethodDescriptionWireDiagramFactory.createEmptyDiagram(UmlSource source, Previous previous, PreprocessingArtifact preprocessing) Methods in net.sourceforge.plantuml.wire with parameters of type WireDiagramModifier and TypeMethodDescriptionprotected CommandExecutionResultCommandComponent.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandGoto.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandMove.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandNewColumn.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandPrint.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandSpot.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) protected CommandExecutionResultCommandWLink.executeArg(WireDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass)