com.croftsoft.core.media.j3d
Class Transform3DState

java.lang.Object
  extended by com.croftsoft.core.media.j3d.Transform3DState
All Implemented Interfaces:
State, Serializable

public class Transform3DState
extends Object
implements State, Serializable

A State object that carries Transform3D data.

Version:
1999-02-06
See Also:
Serialized Form
Author:
David Wallace Croft

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

Transform3DState

public Transform3DState(Object key,
                        javax.media.j3d.Transform3D transform3D)
Method Detail

getKey

public Object getKey()
Description copied from interface: State
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.

Specified by:
getKey in interface State

getTransform3D

public void getTransform3D(javax.media.j3d.Transform3D transform3D)

equals

public boolean equals(Object other)
Returns true if the classes and State keys are equal.

Specified by:
equals in interface State
Overrides:
equals in class Object

hashCode

public int hashCode()
Returns the hash code of the State key.

Specified by:
hashCode in interface State
Overrides:
hashCode in class Object

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)