com.threerings.cast
Class CompositedActionFrames.CompositedFramesKey

java.lang.Object
  extended by com.threerings.cast.CompositedActionFrames.CompositedFramesKey
Enclosing class:
CompositedActionFrames

protected class CompositedActionFrames.CompositedFramesKey
extends Object

Used to cache composited frames for a particular action and orientation.


Field Summary
protected  int _orient
           
 
Constructor Summary
CompositedActionFrames.CompositedFramesKey(int orient)
           
 
Method Summary
 boolean equals(Object other)
           
 CompositedActionFrames getOwner()
           
 int hashCode()
           
 void setOrient(int orient)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_orient

protected int _orient
Constructor Detail

CompositedActionFrames.CompositedFramesKey

public CompositedActionFrames.CompositedFramesKey(int orient)
Method Detail

setOrient

public void setOrient(int orient)

getOwner

public CompositedActionFrames getOwner()

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object