camera3d.action
Class FrameObjectAction

java.lang.Object
  extended bycamera3d.action.VcAction
      extended bycamera3d.action.VcObjectChangeAction
          extended bycamera3d.action.FrameObjectAction

public class FrameObjectAction
extends VcObjectChangeAction

Action for framing content objects in a certain view.

Version:
1.0
Author:
Fábio Roberto de Miranda

Field Summary
 
Fields inherited from class camera3d.action.VcAction
MULTIPLE_OBJECT_ACTION, SINGLE_OBJECT_ACTION
 
Constructor Summary
FrameObjectAction(VcView v)
           
FrameObjectAction(VcView vcView, VcObject vcObject)
           
 
Method Summary
 void doAction(ActionExecutor executor)
          Performs the action.
 
Methods inherited from class camera3d.action.VcAction
debugln, getMultiplicityType, isUndoable, setMultiplicityType, undoAction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FrameObjectAction

public FrameObjectAction(VcView vcView,
                         VcObject vcObject)

FrameObjectAction

public FrameObjectAction(VcView v)
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.


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