Package net.sourceforge.plantuml.command
Class CommandDecoratorMultine<D extends Diagram>
java.lang.Object
net.sourceforge.plantuml.command.CommandDecoratorMultine<D>
- All Implemented Interfaces:
Command<D>
-
Constructor Summary
ConstructorsConstructorDescriptionCommandDecoratorMultine
(SingleLineCommand2<D> cmd, boolean removeEmptyColumn, int nbMaxLines) CommandDecoratorMultine
(SingleLineCommand2<D> cmd, int nbMaxLines) -
Method Summary
-
Constructor Details
-
CommandDecoratorMultine
-
CommandDecoratorMultine
public CommandDecoratorMultine(SingleLineCommand2<D> cmd, boolean removeEmptyColumn, int nbMaxLines)
-
-
Method Details