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
(java.lang.String line, int level) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilinesBracket
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandSkinParamMultilines
public CommandSkinParamMultilines()
-
-
Method Details
-
isLineConsistent
protected boolean isLineConsistent(java.lang.String line, int level) - Specified by:
isLineConsistent
in classCommandMultilinesBracket<TitledDiagram>
-
execute
-