|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--AnimationChunk
| Field Summary | |
(package private) double |
duration
Duration (in seconds) of this chunk. |
(package private) int |
index
Index in the animation of this chunk, recomputed as necessary. |
(package private) double |
startTime
Start time of this chunk, recomputed as necessary. |
| Constructor Summary | |
AnimationChunk()
|
|
| Method Summary | |
abstract ChunkDisplay |
getDisplay(AnimationEditor editor)
Returns a new display appropriate for this chunk. |
double |
getDuration()
|
void |
setDuration(double duration)
|
abstract java.lang.String |
unparse()
Serialize this chunk |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
double duration
double startTime
int index
| Constructor Detail |
public AnimationChunk()
| Method Detail |
public void setDuration(double duration)
public double getDuration()
public abstract ChunkDisplay getDisplay(AnimationEditor editor)
public abstract java.lang.String unparse()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||