camera3d.action
Class SaveXMLAction
java.lang.Object
camera3d.action.VcAction
camera3d.action.GUIAction
camera3d.action.SaveXMLAction
- public class SaveXMLAction
- extends GUIAction
Creates an XML file containing the descriptions of objects currently present in the
scene graph. That file can be loaded into the application, restoring the working
environment.
- Author:
- Fábio Roberto de Miranda e Carlos da Silva dos Santos
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SaveXMLAction
public SaveXMLAction()
SaveXMLAction
public SaveXMLAction(java.lang.String filename)
getFilename
public java.lang.String getFilename()
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.
main
public static void main(java.lang.String[] args)
Copyright © 2001-2003 F.R. Miranda, C.S. Santos, J.E. Kogler Jr.. All Rights Reserved.