camera3d.action
Class ClearGizmosAction

java.lang.Object
  extended bycamera3d.action.VcAction
      extended bycamera3d.action.GeometryBagAction
          extended bycamera3d.action.ClearGizmosAction

public class ClearGizmosAction
extends GeometryBagAction

Action for clearing (erasing) geometry associated with GeometryBags.

Version:
1.0
Author:
Carlos da Silva dos Santos e Fábio de Miranda

Field Summary
static int ALL
           
static int LINES
           
static int PLANES
           
static int POINTS
           
 
Fields inherited from class camera3d.action.VcAction
MULTIPLE_OBJECT_ACTION, SINGLE_OBJECT_ACTION
 
Constructor Summary
ClearGizmosAction(int clearRange)
           
 
Method Summary
 void doAction(ActionExecutor exec)
          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
 

Field Detail

LINES

public static final int LINES
See Also:
Constant Field Values

POINTS

public static final int POINTS
See Also:
Constant Field Values

PLANES

public static final int PLANES
See Also:
Constant Field Values

ALL

public static final int ALL
See Also:
Constant Field Values
Constructor Detail

ClearGizmosAction

public ClearGizmosAction(int clearRange)
Method Detail

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.