|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.j3d.util.device.DeviceDescriptor
An abstract descriptor class for holding information about the different device types.
| Constructor Summary | |
protected |
DeviceDescriptor(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. |
| Method Summary | |
boolean |
equals(java.lang.Object o)
Check for equality of these two classes. |
java.lang.String |
getDescription()
Get the description string of this device. |
java.lang.String |
getName()
Get the name of this device. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected DeviceDescriptor(java.lang.String name,
java.lang.String desc,
java.lang.String cls)
name - The name of the devicedesc - A description of the devicecls - The fully qualified name of the class file| Method Detail |
public java.lang.String getName()
public java.lang.String getDescription()
public boolean equals(java.lang.Object o)
o - The object to compare against
|
j3d.org Code | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||