|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjarp.MorphHandler
public class MorphHandler
A handler for a collection of morph-targets for a Java ARP avatar.
Constructor Summary | |
---|---|
MorphHandler()
Constructs an empty morph-handler. |
|
MorphHandler(JAInputStream jins,
boolean mthasnorm)
Constructs this MorphHandler using morph-target definitions from the given stream. |
Method Summary | |
---|---|
MorphTarget |
getMorphTarget(int fourcc)
Returns the morph-target with the given Four-CC name. |
int |
getSize()
Returns the size of this handler's morph-target collection. |
void |
save(JAOutputStream jouts)
Saves the data for this morph handler to the given stream. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MorphHandler()
public MorphHandler(JAInputStream jins, boolean mthasnorm) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public int getSize()
public MorphTarget getMorphTarget(int fourcc)
public void save(JAOutputStream jouts) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |