net.sourceforge.plantuml.command
Class CommandSkinParamMultilines

java.lang.Object
  extended by net.sourceforge.plantuml.command.CommandMultilinesBracket<UmlDiagram>
      extended by net.sourceforge.plantuml.command.CommandSkinParamMultilines
All Implemented Interfaces:
Command<UmlDiagram>

public class CommandSkinParamMultilines
extends CommandMultilinesBracket<UmlDiagram>


Constructor Summary
CommandSkinParamMultilines()
           
 
Method Summary
 CommandExecutionResult execute(UmlDiagram diagram, List<String> lines)
           
protected  boolean isLineConsistent(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 Detail

CommandSkinParamMultilines

public CommandSkinParamMultilines()
Method Detail

isLineConsistent

protected boolean isLineConsistent(String line,
                                   int level)
Specified by:
isLineConsistent in class CommandMultilinesBracket<UmlDiagram>

execute

public CommandExecutionResult execute(UmlDiagram diagram,
                                      List<String> lines)


Copyright © 2013. All Rights Reserved.