net.sourceforge.plantuml.sequencediagram.command
Class CommandArrow
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
net.sourceforge.plantuml.sequencediagram.command.CommandArrow
- All Implemented Interfaces:
- Command<SequenceDiagram>
public class CommandArrow
- extends SingleLineCommand2<SequenceDiagram>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandArrow
public CommandArrow()
getColorOrStylePattern
public static String getColorOrStylePattern()
executeArg
protected CommandExecutionResult executeArg(SequenceDiagram diagram,
RegexResult arg)
- Specified by:
executeArg
in class SingleLineCommand2<SequenceDiagram>
applyStyle
public static ArrowConfiguration applyStyle(String arrowStyle,
ArrowConfiguration config)
Copyright © 2014. All Rights Reserved.