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>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandSkinParamMultilines
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(TitledDiagram diagram, BlocLines lines)
protected boolean
isLineConsistent(java.lang.String line, int level)
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilinesBracket
finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid
-
-
-
-
Field Detail
-
ME
public static final CommandSkinParamMultilines ME
-
-
Method Detail
-
isLineConsistent
protected boolean isLineConsistent(java.lang.String line, int level)
- Specified by:
isLineConsistent
in classCommandMultilinesBracket<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines)
-
-