Package xj3d.replica
Class ThumbnailImager
java.lang.Object
xj3d.replica.ThumbnailImager
- All Implemented Interfaces:
ActionListener
,EventListener
,RecorderListener
A simple application intended primarily for command line operation
for capturing a thumbnail image of an X3D scene.
- Version:
- $Revision: 1.13 $
- Author:
- Rex Melton
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static void
Entry point.void
Invoked when an RecorderEvent occurs.
-
Field Details
-
USAGE
Usage message with command line options
-
-
Constructor Details
-
ThumbnailImager
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
-
recorderStatusChanged
Description copied from interface:RecorderListener
Invoked when an RecorderEvent occurs.- Specified by:
recorderStatusChanged
in 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
-