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>
public class CommandSkinParamMultilines extends CommandMultilinesBracket<TitledDiagram>
-
-
Constructor Summary
Constructors Constructor Description CommandSkinParamMultilines()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(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
-
-
-
-
Method Detail
-
isLineConsistent
protected boolean isLineConsistent(String line, int level)
- Specified by:
isLineConsistent
in classCommandMultilinesBracket<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines)
-
-