|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjarp.MorphTarget
public class MorphTarget
Definition of a morph-target, as an array of morph-sets, for a Java ARP avatar.
| Constructor Summary | |
|---|---|
MorphTarget()
Default constructor, with empty name. |
|
MorphTarget(JAInputStream jins)
Constructs this MorphTarget from the given stream. |
|
MorphTarget(java.lang.String name)
Default constructor with given name and an empty morph-set list. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MorphTarget()
public MorphTarget(java.lang.String name)
public MorphTarget(JAInputStream jins)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||