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>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(TitledDiagram diagram, BlocLines lines) java.lang.String
Methods inherited from class net.sourceforge.plantuml.command.CommandMultilines
actionIfCommandValid, getDescription, getStartingPattern, isCommandForbidden, isValid
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandAffineTransformMultiline
public CommandAffineTransformMultiline()
-
-
Method Details
-
getPatternEnd
public java.lang.String getPatternEnd()- Specified by:
getPatternEnd
in classCommandMultilines<TitledDiagram>
-
execute
-