Constructor and Description |
---|
TransformComponentsCommand(java.lang.String name,
java.util.LinkedList<ModelComponent> comps,
AffineTransform3dBase X,
int flags) |
Modifier and Type | Method and Description |
---|---|
TransformComponentsCommand |
clone() |
void |
execute()
Executes this command.
|
java.lang.String |
getName()
Gets the name associated with this command.
|
void |
setTransform(AffineTransform3dBase X) |
void |
undo()
Undoes the result of executing this command.
|
public TransformComponentsCommand(java.lang.String name, java.util.LinkedList<ModelComponent> comps, AffineTransform3dBase X, int flags)
public void setTransform(AffineTransform3dBase X)
public void execute()
Command
public void undo()
Command
public java.lang.String getName()
Command
public TransformComponentsCommand clone() throws java.lang.CloneNotSupportedException