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