net.sourceforge.plantuml.command
Class CommandMultilinesLegend

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

public class CommandMultilinesLegend
extends CommandMultilines2<UmlDiagram>


Constructor Summary
CommandMultilinesLegend()
           
 
Method Summary
 CommandExecutionResult executeNow(UmlDiagram diagram, java.util.List<java.lang.String> lines)
           
 java.lang.String getPatternEnd()
           
 
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines2
actionIfCommandValid, execute, getDescription, getStartingPattern, isCommandForbidden, isValid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandMultilinesLegend

public CommandMultilinesLegend()
Method Detail

getPatternEnd

public java.lang.String getPatternEnd()
Specified by:
getPatternEnd in class CommandMultilines2<UmlDiagram>

executeNow

public CommandExecutionResult executeNow(UmlDiagram diagram,
                                         java.util.List<java.lang.String> lines)
Specified by:
executeNow in class CommandMultilines2<UmlDiagram>


Copyright © 2014. All Rights Reserved.