Package xj3d.replica
Class SceneRecorder
java.lang.Object
xj3d.replica.SceneRecorder
- All Implemented Interfaces:
ActionListener,EventListener,RecorderListener
A simple application intended primarily for command line operation
for executing a sequenced image capture of an X3D world animation
that is embedded in the world.
- Version:
- $Revision: 1.9 $
- Author:
- Rex Melton
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidstatic voidEntry point.voidInvoked when an RecorderEvent occurs.
-
Field Details
-
USAGE
-
-
Constructor Details
-
SceneRecorder
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformedin interfaceActionListener
-
recorderStatusChanged
Description copied from interface:RecorderListenerInvoked when an RecorderEvent occurs.- Specified by:
recorderStatusChangedin interfaceRecorderListener- Parameters:
evt- an RecorderEvent fired
-
main
Entry point. For a full list of valid arguments, invoke with the -help argument.- Parameters:
arg- The list of arguments
-