net.sourceforge.plantuml.sequencediagram.command
Class CommandArrow

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<SequenceDiagram>
      extended by net.sourceforge.plantuml.sequencediagram.command.CommandArrow
All Implemented Interfaces:
Command<SequenceDiagram>

public class CommandArrow
extends SingleLineCommand2<SequenceDiagram>


Constructor Summary
CommandArrow()
           
 
Method Summary
static ArrowConfiguration applyStyle(String arrowStyle, ArrowConfiguration config)
           
protected  CommandExecutionResult executeArg(SequenceDiagram diagram, RegexResult arg)
           
static String getColorOrStylePattern()
           
 
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandArrow

public CommandArrow()
Method Detail

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.