public class MorphHandler
extends java.lang.Object
Constructor and Description |
---|
MorphHandler()
Constructs an empty morph-handler.
|
MorphHandler(JAInputStream jins,
boolean mthasnorm)
Constructs this MorphHandler using morph-target definitions
from the given stream.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public MorphHandler()
public MorphHandler(JAInputStream jins, boolean mthasnorm) throws java.io.IOException
java.io.IOException
public int getSize()
public MorphTarget getMorphTarget(int fourcc)
public void save(JAOutputStream jouts) throws java.io.IOException
java.io.IOException