Package net.sourceforge.plantuml.help
Class CommandHelpFont
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<Help>
-
- net.sourceforge.plantuml.help.CommandHelpFont
-
public class CommandHelpFont extends SingleLineCommand2<Help>
-
-
Constructor Summary
Constructors Constructor Description CommandHelpFont()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResult
executeArg(Help diagram, LineLocation location, RegexResult arg)
-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
execute, finalVerification, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(Help diagram, LineLocation location, RegexResult arg)
- Specified by:
executeArg
in classSingleLineCommand2<Help>
-
-