camera3d.action
Class ChangeLaserSpotSizeAction

java.lang.Object
  extended bycamera3d.action.VcAction
      extended bycamera3d.action.LaserAction
          extended bycamera3d.action.ChangeLaserSpotSizeAction

public class ChangeLaserSpotSizeAction
extends LaserAction

Action for changing the size of spots projected by a laser array.

Author:
Fábio Roberto de Miranda, Carlos da Silva dos Santos

Field Summary
 
Fields inherited from class camera3d.action.VcAction
MULTIPLE_OBJECT_ACTION, SINGLE_OBJECT_ACTION
 
Constructor Summary
ChangeLaserSpotSizeAction(VcLaserArray array, double size)
           
 
Method Summary
 void doAction(ActionExecutor executor)
          Performs the action.
 void undoAction(ActionExecutor executor)
          Undoes the action.
 
Methods inherited from class camera3d.action.VcAction
debugln, getMultiplicityType, isUndoable, setMultiplicityType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLaserSpotSizeAction

public ChangeLaserSpotSizeAction(VcLaserArray array,
                                 double size)
Method Detail

doAction

public void doAction(ActionExecutor executor)
Description copied from class: VcAction
Performs the action.

Specified by:
doAction in class VcAction
Parameters:
executor - provides any resource necessary for the action execution, such as references to other objects.

undoAction

public void undoAction(ActionExecutor executor)
Description copied from class: VcAction
Undoes the action.

Overrides:
undoAction in class VcAction
Parameters:
executor - provides any resource necessary for the action execution, such as references to other objects.


Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.