|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.j3d.aviatrix3d.LightDetails
Class for passing the detailed rendering information about a light source. through the pipeline.
| Constructor Summary | |
LightDetails()
Construct a default instance with just the transform initialised |
|
| Method Summary | |
int |
compareTo(LightDetails ld)
Compares this object with the specified object for order. |
int |
compareTo(java.lang.Object o)
Compares this object with the specified object for order. |
boolean |
equals(java.lang.Object o)
Compare the given details to this one to see if they are equal. |
Light |
getLight()
Get the current light instance in use. |
float[] |
getTransform()
Return the current transform array. |
int |
hashCode()
Calculate the hashcode for this object. |
void |
update(Light l,
float[] tx)
Update the details with a new set of values. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LightDetails()
| Method Detail |
public int compareTo(java.lang.Object o)
throws java.lang.ClassCastException
Derived classes should extend this one to add the extra comparisons needed.
o - The object to be compared
java.lang.ClassCastException - The specified object's type prevents it from
being compared to this Objectpublic boolean equals(java.lang.Object o)
o - The object to compare against
public int hashCode()
public void update(Light l,
float[] tx)
l - The light instance to be usedtx - The transform array to copypublic float[] getTransform()
public Light getLight()
public final int compareTo(LightDetails ld)
ld - The details to be compared
|
Aviatrix3D 1.0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||