Class CommandCreateElementFull
java.lang.Object
net.sourceforge.plantuml.command.SingleLineCommand2<DescriptionDiagram>
net.sourceforge.plantuml.descdiagram.command.CommandCreateElementFull
- All Implemented Interfaces:
Command<DescriptionDiagram>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CommandExecutionResult
executeArg
(DescriptionDiagram diagram, LineLocation location, RegexResult arg) static boolean
existsWithBadType3
(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol) protected final boolean
isForbidden
(CharSequence line) Methods inherited from class net.sourceforge.plantuml.command.SingleLineCommand2
actionIfCommandValid, execute, getDescription, isCommandForbidden, isValid, syntaxWithFinalBracket
-
Field Details
-
ALL_TYPES
- See Also:
-
CODE
- See Also:
-
CODE_WITH_QUOTE
- See Also:
-
DISPLAY
- See Also:
-
DISPLAY_WITHOUT_QUOTE
- See Also:
-
-
Constructor Details
-
CommandCreateElementFull
public CommandCreateElementFull()
-
-
Method Details
-
isForbidden
- Overrides:
isForbidden
in classSingleLineCommand2<DescriptionDiagram>
-
executeArg
protected CommandExecutionResult executeArg(DescriptionDiagram diagram, LineLocation location, RegexResult arg) throws NoSuchColorException - Specified by:
executeArg
in classSingleLineCommand2<DescriptionDiagram>
- Throws:
NoSuchColorException
-
existsWithBadType3
public static boolean existsWithBadType3(AbstractEntityDiagram diagram, Code code, Ident ident, LeafType type, USymbol usymbol)
-