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 TypeMethodDescriptionvoidstatic voidEntry point.voidInvoked when an RecorderEvent occurs.
-
Field Details
-
USAGE
Usage message with command line options
-
-
Constructor Details
-
ThumbnailImager
-
-
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
-