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 CommandExecutionResultexecuteArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, isCommandForbidden, isEligibleFor, isForbidden, isValid, syntaxWithFinalBracket
-
Constructor Details
-
CommandConstraintOnLinks
public CommandConstraintOnLinks()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(CucaDiagram diagram, LineLocation location, RegexResult arg, ParserPass currentPass) throws NoSuchColorException - Specified by:
executeArgin classSingleLineCommand2<CucaDiagram>- Throws:
NoSuchColorException
-