j3d.org Code

Package org.j3d.util.device

Utility classes for managing and loading various different types of devices.

See:
          Description

Class Summary
AudioDeviceDescriptor An descriptor class for AudioDevices
DeviceDescriptor An abstract descriptor class for holding information about the different device types.
FileLoaderDescriptor An descriptor class for file loaders.
InputDeviceDescriptor An descriptor class for InputDevices.
 

Package org.j3d.util.device Description

Utility classes for managing and loading various different types of devices.

The package is used for providing an application independent system for managing the various Java 3D devices type AudioDevice, InputDevice and Loader. The manager provides implementation independance by using abstract descriptor classes rather than providing direct instances of the individual devices. It should also be used with the org.j3d.ui package to give a consistent user interface.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org