camera3d.action
Class LookAtAction

java.lang.Object
  extended bycamera3d.action.VcAction
      extended bycamera3d.action.VcViewAction
          extended bycamera3d.action.LookAtAction

public class LookAtAction
extends VcViewAction

Action to force a VcView to look at the direction of a given VcObject.

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
LookAtAction(VcView view, VcObject vcObj)
           
 
Method Summary
 void doAction(ActionExecutor exec)
          Performs the action.
static void main(java.lang.String[] args)
           
 
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

LookAtAction

public LookAtAction(VcView view,
                    VcObject vcObj)
Method Detail

main

public static void main(java.lang.String[] args)

doAction

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

Specified by:
doAction in class VcAction
Parameters:
exec - 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.