Package net.sourceforge.plantuml.command
Class CommandSkinParamMultilines
java.lang.Object
net.sourceforge.plantuml.command.CommandMultilinesBracket<TitledDiagram>
net.sourceforge.plantuml.command.CommandSkinParamMultilines
- All Implemented Interfaces:
Command<TitledDiagram>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(TitledDiagram diagram, BlocLines lines) protected boolean
isLineConsistent
(String line, int level) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilinesBracket
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
-
Constructor Details
-
CommandSkinParamMultilines
public CommandSkinParamMultilines()
-
-
Method Details
-
isLineConsistent
- Specified by:
isLineConsistent
in classCommandMultilinesBracket<TitledDiagram>
-
execute
-