public class MorphTarget
extends java.lang.Object
Constructor and Description |
---|
MorphTarget()
Default constructor, with empty name.
|
MorphTarget(JAInputStream jins,
boolean mthasnorm)
Constructs this MorphTarget from the given stream.
|
MorphTarget(java.lang.String name)
Default constructor with given name and an empty morph-set list.
|
Modifier and Type | Method and Description |
---|---|
int |
getFourCCName()
Returns the Four-CC name of this morph-target.
|
MorphSet |
getMorphSet(int i)
Returns the MorphSet with the given index.
|
int |
getMorphSetCount()
Returns the number of morph-sets for this morph-target.
|
MorphSet[] |
getMorphSets()
Returns the morph-sets array for this morph-target.
|
void |
save(JAOutputStream jouts)
Writes this MorphTarget to the given stream.
|
public MorphTarget()
public MorphTarget(java.lang.String name)
public MorphTarget(JAInputStream jins, boolean mthasnorm) throws java.io.IOException
java.io.IOException
public int getFourCCName()
public int getMorphSetCount()
public MorphSet[] getMorphSets()
public MorphSet getMorphSet(int i)
public void save(JAOutputStream jouts) throws java.io.IOException
java.io.IOException