|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.croftsoft.core.media.j3d.Transform3DState
public class Transform3DState
A State object that carries Transform3D data.
Constructor Summary | |
---|---|
Transform3DState(Object key,
javax.media.j3d.Transform3D transform3D)
|
Method Summary | |
---|---|
boolean |
equals(Object other)
Returns true if the classes and State keys are equal. |
Object |
getKey()
Returns the State key, usually the object or its unique identifier whose state or a portion of its state is reflected by this State object. |
void |
getTransform3D(javax.media.j3d.Transform3D transform3D)
|
int |
hashCode()
Returns the hash code of the State key. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transform3DState(Object key, javax.media.j3d.Transform3D transform3D)
Method Detail |
---|
public Object getKey()
State
getKey
in interface State
public void getTransform3D(javax.media.j3d.Transform3D transform3D)
public boolean equals(Object other)
equals
in interface State
equals
in class Object
public int hashCode()
hashCode
in interface State
hashCode
in class Object
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |