camera3d.action
Class ViewChangeAction
java.lang.Object
camera3d.action.VcAction
camera3d.action.GUIAction
camera3d.action.ViewChangeAction
- public class ViewChangeAction
- extends GUIAction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewChangeAction
public ViewChangeAction(java.lang.String viewportName,
java.lang.String viewName)
ViewChangeAction
public ViewChangeAction(Viewport viewport,
VcView view)
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.
undoAction
public void undoAction(ActionExecutor executor)
- Description copied from class:
VcAction
- Undoes the action.
- Overrides:
undoAction
in class VcAction
- Parameters:
executor
- provides any resource necessary for the action execution, such
as references to other objects.
getViewName
public java.lang.String getViewName()
getViewportName
public java.lang.String getViewportName()
getViewport
public Viewport getViewport()
getVcView
public VcView getVcView()
Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.