Package net.sourceforge.plantuml.command
Class CommandAffineTransformMultiline
- java.lang.Object
-
- net.sourceforge.plantuml.command.CommandMultilines<TitledDiagram>
-
- net.sourceforge.plantuml.command.CommandAffineTransformMultiline
-
- All Implemented Interfaces:
Command<TitledDiagram>
public class CommandAffineTransformMultiline extends CommandMultilines<TitledDiagram>
-
-
Field Summary
Fields Modifier and Type Field Description static CommandAffineTransformMultiline
ME
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommandExecutionResult
execute(TitledDiagram diagram, BlocLines lines)
String
getPatternEnd()
-
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
finalVerification, getDescription, getStartingPattern, isCommandForbidden, isValid
-
-
-
-
Field Detail
-
ME
public static final CommandAffineTransformMultiline ME
-
-
Method Detail
-
getPatternEnd
public String getPatternEnd()
- Specified by:
getPatternEnd
in classCommandMultilines<TitledDiagram>
-
execute
public CommandExecutionResult execute(TitledDiagram diagram, BlocLines lines)
-
-