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) booleanisEligibleFor(ParserPass pass) protected booleanisLineConsistent(String line, int level) Methods inherited from class net.sourceforge.plantuml.command.CommandMultilinesBracket
finalVerification, getStartingPattern, isValidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.command.Command
isCommandForbidden
-
Field Details
-
ME
-
-
Method Details
-
isLineConsistent
- Specified by:
isLineConsistentin classCommandMultilinesBracket<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines, ParserPass currentPass) -
isEligibleFor
-