Package net.sourceforge.plantuml.command
Class CommandDecoratorMultine<D extends Diagram>
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandDecoratorMultine<D>
-
-
Constructor Summary
Constructors Constructor Description CommandDecoratorMultine(SingleLineCommand2<D> cmd, boolean removeEmptyColumn, int nbMaxLines)CommandDecoratorMultine(SingleLineCommand2<D> cmd, int nbMaxLines)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResultexecute(D diagram, BlocLines lines)java.lang.String[]getDescription()intgetNbMaxLines()CommandControlisValid(BlocLines lines)
-
-
-
Constructor Detail
-
CommandDecoratorMultine
public CommandDecoratorMultine(SingleLineCommand2<D> cmd, int nbMaxLines)
-
CommandDecoratorMultine
public CommandDecoratorMultine(SingleLineCommand2<D> cmd, boolean removeEmptyColumn, int nbMaxLines)
-
-
Method Detail
-
execute
public CommandExecutionResult execute(D diagram, BlocLines lines)
-
isValid
public CommandControl isValid(BlocLines lines)
-
getDescription
public java.lang.String[] getDescription()
- Specified by:
getDescriptionin interfaceCommand<D extends Diagram>
-
getNbMaxLines
public int getNbMaxLines()
-
-