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>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionexecute
(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) boolean
isEligibleFor
(ParserPass pass) protected boolean
isLineConsistent
(String line, int level) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilinesBracket
finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid
-
Field Details
-
ME
-
-
Method Details
-
isLineConsistent
- Specified by:
isLineConsistent
in classCommandMultilinesBracket<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) -
isEligibleFor
-