|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.action.VcAction camera3d.action.GeometryBagAction camera3d.action.AddLineGizmoAction
Field Summary |
Fields inherited from class camera3d.action.VcAction |
MULTIPLE_OBJECT_ACTION, SINGLE_OBJECT_ACTION |
Constructor Summary | |
AddLineGizmoAction(javax.vecmath.Point3d p1,
javax.vecmath.Point3d p2)
|
|
AddLineGizmoAction(javax.vecmath.Point3d p1,
javax.vecmath.Vector3d direction)
|
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 |
Constructor Detail |
public AddLineGizmoAction(javax.vecmath.Point3d p1, javax.vecmath.Point3d p2)
public AddLineGizmoAction(javax.vecmath.Point3d p1, javax.vecmath.Vector3d direction)
Method Detail |
public void doAction(ActionExecutor exec)
VcAction
doAction
in class VcAction
exec
- provides any resource necessary for the action execution, such
as references to other objects.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |