net.sourceforge.plantuml.classdiagram.command
Class CommandLinkClass

java.lang.Object
  extended by net.sourceforge.plantuml.command.SingleLineCommand2<AbstractClassOrObjectDiagram>
      extended by net.sourceforge.plantuml.classdiagram.command.CommandLinkClass
All Implemented Interfaces:
Command<AbstractClassOrObjectDiagram>

public final class CommandLinkClass
extends SingleLineCommand2<AbstractClassOrObjectDiagram>


Constructor Summary
CommandLinkClass(UmlDiagramType umlDiagramType)
           
 
Method Summary
static void applyStyle(String arrowStyle, Link link)
           
protected  CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram, RegexResult arg)
           
static String notNull(String s)
           
 
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

CommandLinkClass

public CommandLinkClass(UmlDiagramType umlDiagramType)
Method Detail

executeArg

protected CommandExecutionResult executeArg(AbstractClassOrObjectDiagram diagram,
                                            RegexResult arg)
Specified by:
executeArg in class SingleLineCommand2<AbstractClassOrObjectDiagram>

notNull

public static String notNull(String s)

applyStyle

public static void applyStyle(String arrowStyle,
                              Link link)


Copyright © 2014. All Rights Reserved.