Class CommandNoteLong3
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines2<ActivityDiagram3>
-
- net.sourceforge.plantuml.activitydiagram3.command.CommandNoteLong3
-
- All Implemented Interfaces:
Command<ActivityDiagram3>
public class CommandNoteLong3 extends CommandMultilines2<ActivityDiagram3>
-
-
Constructor Summary
Constructors Constructor Description CommandNoteLong3()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeNow(ActivityDiagram3 diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
execute, finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines2<ActivityDiagram3>
-
executeNow
protected CommandExecutionResult executeNow(ActivityDiagram3 diagram, BlocLines lines) throws NoSuchColorException
- Specified by:
executeNow
in classCommandMultilines2<ActivityDiagram3>
- Throws:
NoSuchColorException
-
-