|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.j3d.aviatrix3d.ClipDetails
Class for passing the detailed rendering information about a clip plane through the pipeline.
Constructor Summary | |
ClipDetails()
Construct a default instance with just the transform initialised |
Method Summary | |
int |
compareTo(ClipDetails cd)
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. |
ClipPlane |
getClipPlane()
Get the current clipPlane instance in use. |
float[] |
getTransform()
Return the current transform array. |
int |
hashCode()
Calculate the hashcode for this object. |
void |
update(ClipPlane cp,
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 ClipDetails()
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(ClipPlane cp, float[] tx)
cp
- The clipPlane instance to be usedtx
- The transform array to copypublic float[] getTransform()
public ClipPlane getClipPlane()
public int compareTo(ClipDetails cd)
cd
- The details to be compared
|
Aviatrix3D 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |