com.threerings.cast
Class CharacterManager.TranslatedComponent

java.lang.Object
  extended by com.threerings.cast.CharacterManager.TranslatedComponent
Enclosing class:
CharacterManager

protected static class CharacterManager.TranslatedComponent
extends Object

Combines a component with an optional translation for shadowing or masking.


Field Summary
 CharacterComponent ccomp
           
 Point xlation
           
 
Constructor Summary
CharacterManager.TranslatedComponent(CharacterComponent ccomp, Point xlation)
           
 
Method Summary
 ActionFrames getFrames(String action, String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ccomp

public CharacterComponent ccomp

xlation

public Point xlation
Constructor Detail

CharacterManager.TranslatedComponent

public CharacterManager.TranslatedComponent(CharacterComponent ccomp,
                                            Point xlation)
Method Detail

getFrames

public ActionFrames getFrames(String action,
                              String type)