Class CommandPackageWithUSymbol
- java.lang.Object
-
- net.sourceforge.plantuml.command.SingleLineCommand2<AbstractEntityDiagram>
-
- net.sourceforge.plantuml.descdiagram.command.CommandPackageWithUSymbol
-
- All Implemented Interfaces:
Command<AbstractEntityDiagram>
public class CommandPackageWithUSymbol extends SingleLineCommand2<AbstractEntityDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandPackageWithUSymbol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandExecutionResultexecuteArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg)-
Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isForbidden, isValid, syntaxWithFinalBracket
-
-
-
-
Method Detail
-
executeArg
protected CommandExecutionResult executeArg(AbstractEntityDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException
- Specified by:
executeArgin classSingleLineCommand2<AbstractEntityDiagram>- Throws:
NoSuchColorException
-
-