j3d.org Code

org.j3d.util.device
Class InputDeviceDescriptor

java.lang.Object
  extended byorg.j3d.util.device.DeviceDescriptor
      extended byorg.j3d.util.device.InputDeviceDescriptor

public class InputDeviceDescriptor
extends DeviceDescriptor

An descriptor class for InputDevices.


Constructor Summary
InputDeviceDescriptor(java.lang.String name, java.lang.String desc, java.lang.String cls)
          Construct an instance of this class with the given information about the name, description and class file.
 
Methods inherited from class org.j3d.util.device.DeviceDescriptor
equals, getDescription, getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputDeviceDescriptor

public InputDeviceDescriptor(java.lang.String name,
                             java.lang.String desc,
                             java.lang.String cls)
Construct an instance of this class with the given information about the name, description and class file.

Parameters:
name - The name of the device
desc - A description of the device
cls - The fully qualified name of the class file

j3d.org Code

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