|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmri.v3ds.Track3ds
public class Track3ds
Base class for all keyframer tracks.
| Field Summary | |
|---|---|
static int |
LOCK_X
|
static int |
LOCK_Y
|
static int |
LOCK_Z
|
static int |
LOOP
Track loops. |
static int |
REPEAT
Track repeats. |
static int |
SINGLE
Track runs one and stops. |
static int |
UNLINK_X
|
static int |
UNLINK_Y
|
static int |
UNLINK_Z
|
| Constructor Summary | |
|---|---|
Track3ds()
|
|
| Method Summary | |
|---|---|
int |
flags()
Get track flags. |
int |
loopType()
Get loop type. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int SINGLE
public static final int REPEAT
public static final int LOOP
public static final int LOCK_X
public static final int LOCK_Y
public static final int LOCK_Z
public static final int UNLINK_X
public static final int UNLINK_Y
public static final int UNLINK_Z
| Constructor Detail |
|---|
public Track3ds()
| Method Detail |
|---|
public int loopType()
public int flags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||