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