Class CommandNoteBottom
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilines<GanttDiagram>
net.sourceforge.plantuml.project.command.CommandNoteBottom
- All Implemented Interfaces:
Command<GanttDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(GanttDiagram diagram, BlocLines lines) java.lang.String
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandNoteBottom
public CommandNoteBottom()
-
-
Method Details
-
getPatternEnd
public java.lang.String getPatternEnd()- Specified by:
getPatternEnd
in classCommandMultilines<GanttDiagram>
-
execute
public CommandExecutionResult execute(GanttDiagram diagram, BlocLines lines) throws NoSuchColorException - Throws:
NoSuchColorException
-