|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object camera3d.action.VcAction camera3d.action.VcViewAction camera3d.action.FieldOfViewAction
Action for changing the field of view parameter of a given VcView.
Field Summary |
Fields inherited from class camera3d.action.VcAction |
MULTIPLE_OBJECT_ACTION, SINGLE_OBJECT_ACTION |
Constructor Summary | |
FieldOfViewAction(VcView view,
double value)
|
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 |
public FieldOfViewAction(VcView view, double value)
Method Detail |
public void doAction(ActionExecutor executor)
VcAction
doAction
in class VcAction
executor
- provides any resource necessary for the action execution, such
as references to other objects.public void undoAction(ActionExecutor executor)
VcAction
undoAction
in class VcAction
executor
- 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 |