Package com.cosylab.vdct.events.commands
Class SetWorkspaceScale
- java.lang.Object
-
- com.cosylab.vdct.events.Command
-
- com.cosylab.vdct.events.commands.SetWorkspaceScale
-
public class SetWorkspaceScale extends Command
Insert the type's description here. Creation date: (29.12.2000 12:37:43)- Author:
- cosylab
-
-
Constructor Summary
Constructors Constructor Description SetWorkspaceScale(VisualDCT visualDCT)
Insert the method's description here.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Insert the method's description here.void
setScale(double scale)
Insert the method's description here.
-
-
-
Constructor Detail
-
SetWorkspaceScale
public SetWorkspaceScale(VisualDCT visualDCT)
Insert the method's description here. Creation date: (29.12.2000 12:37:58)- Parameters:
visualDCT
- visualDCT
-
-