Class CommandConstraintOnLinks
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<CucaDiagram>
-
- net.sourceforge.plantuml.command.note.CommandConstraintOnLinks
-
- All Implemented Interfaces:
Command<CucaDiagram>
public final class CommandConstraintOnLinks extends SingleLineCommand2<CucaDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandConstraintOnLinks()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArg
in classSingleLineCommand2<CucaDiagram>
- Throws:
NoSuchColorException
-
-