|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.aviatrix3d.pipeline.graphics.VisualDetails
public class VisualDetails
Class for passing the detailed rendering information about Renderables that effect the visual output of a specific object.
Visual details are those that are passed down the scene graph in a hierachical manner, such as lights and clip planes. These objects are declared in grouping nodes and effect all the children below them.
| Constructor Summary | |
|---|---|
VisualDetails()
Construct a default instance with just the transform initialised |
|
| Method Summary | |
|---|---|
void |
clear()
Clear the light reference and reset the entire object back to an empty state. |
int |
compareTo(java.lang.Object o)
Compares this object with the specified object for order. |
int |
compareTo(VisualDetails vd)
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. |
Renderable |
getRenderable()
Get the current clipPlane instance in use. |
float[] |
getTransform()
Return the current transform array. |
int |
hashCode()
Calculate the hashcode for this object. |
void |
update(Renderable r,
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 VisualDetails()
| Method Detail |
|---|
public int compareTo(java.lang.Object o)
throws java.lang.ClassCastException
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)
equals in class java.lang.Objecto - The object to compare against
public int hashCode()
hashCode in class java.lang.Object
public void update(Renderable r,
float[] tx)
r - The Renderable instance to be usedtx - The transform array to copypublic float[] getTransform()
public Renderable getRenderable()
public void clear()
public int compareTo(VisualDetails vd)
vd - The details to be compared
|
Aviatrix3D 2.1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||