Class CommandHideRessourceFootbox
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<GanttDiagram>
net.sourceforge.plantuml.project.command.CommandHideRessourceFootbox
- All Implemented Interfaces:
Command<GanttDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(GanttDiagram diagram, LineLocation location, RegexResult arg) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandHideRessourceFootbox
public CommandHideRessourceFootbox()
-
-
Method Details
-
executeArg
protected CommandExecutionResult executeArg(GanttDiagram diagram, LineLocation location, RegexResult arg) - Specified by:
executeArg
in classSingleLineCommand2<GanttDiagram>
-