|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectartofillusion.animation.Track
artofillusion.animation.distortion.ShatterTrack
public class ShatterTrack
This is a Track which applies a ShatterDistortion to an object.
Constructor Summary | |
---|---|
ShatterTrack(ObjectInfo info)
|
Method Summary | |
---|---|
void |
apply(double time)
This method should modify whatever aspects of the scene are governed by this track, so that they correspond to their values at the specified time. |
boolean |
canAcceptAsParent(java.lang.Object obj)
Determine whether this track can be added as a child of an object. |
void |
copy(Track tr)
Make this track identical to another one. |
void |
deleteKeyframe(int which)
Delete the specified keyframe. |
Track |
duplicate(java.lang.Object obj)
Create a duplicate of this track (possibly for another object and/or parent track). |
void |
edit(LayoutWindow win)
This method presents a window in which the user can edit the track. |
double[] |
getKeyTimes()
Get a list of all keyframe times for this track. |
java.lang.Object |
getParent()
Get the parent object of this track. |
void |
initFromStream(java.io.DataInputStream in,
Scene scene)
Initialize this tracked based on its serialized representation as written by writeToStream(). |
boolean |
isNullTrack()
A null track is one which has no affect on the scene. |
int |
moveKeyframe(int which,
double time)
Move a keyframe to a new time, and return its new position in the list. |
void |
setParent(java.lang.Object obj)
Set the parent object of this track. |
void |
writeToStream(java.io.DataOutputStream out,
Scene scene)
Write a serialized representation of this track to a stream. |
Methods inherited from class artofillusion.animation.Track |
---|
deleteDependencies, editKeyframe, getDefaultGraphValues, getDependencies, getGraphValues, getName, getSmoothingMethod, getSubtracks, getTimecourse, getValueNames, getValueRange, isEnabled, isQuantized, setEnabled, setKeyframe, setKeyframe, setKeyframeIfModified, setName, setQuantized, updateObjectReferences |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShatterTrack(ObjectInfo info)
Method Detail |
---|
public void apply(double time)
Track
apply
in class Track
public Track duplicate(java.lang.Object obj)
Track
duplicate
in class Track
public void copy(Track tr)
Track
copy
in class Track
public double[] getKeyTimes()
Track
getKeyTimes
in class Track
public int moveKeyframe(int which, double time)
Track
moveKeyframe
in class Track
public void deleteKeyframe(int which)
Track
deleteKeyframe
in class Track
public boolean isNullTrack()
Track
isNullTrack
in class Track
public boolean canAcceptAsParent(java.lang.Object obj)
Track
canAcceptAsParent
in class Track
public java.lang.Object getParent()
Track
getParent
in class Track
public void setParent(java.lang.Object obj)
Track
setParent
in class Track
public void writeToStream(java.io.DataOutputStream out, Scene scene) throws java.io.IOException
Track
writeToStream
in class Track
java.io.IOException
public void initFromStream(java.io.DataInputStream in, Scene scene) throws java.io.IOException, java.io.InvalidObjectException
initFromStream
in class Track
java.io.IOException
java.io.InvalidObjectException
public void edit(LayoutWindow win)
edit
in class Track
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |