Class CommandConstraintOnLinks
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<CucaDiagram>
net.sourceforge.plantuml.command.note.CommandConstraintOnLinks
- All Implemented Interfaces:
Command<CucaDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(CucaDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandConstraintOnLinks
public CommandConstraintOnLinks()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<CucaDiagram>
- Throws:
NoSuchColorException
-