prefuse.action.animate |
Action modules for constructing animations. Most Animator actions require
an interpolated data fields--such that a backing data table has
three columns, one each for start values, current values, and ending
values. See {@link prefuse.data.Schema#addInterpolatedColumn(String, Class)}
for more.
|
Java Source File Name | Type | Comment |
ArrayAnimator.java | Class | Animator that inerpolates an array of numerical values. |
AxisLabelAnimator.java | Class | Animator that interpolates positions, colors, and visibility status for
metric axes. |
ColorAnimator.java | Class | Animator that linearly interpolates between starting and ending colors
for VisualItems during an animation. |
FontAnimator.java | Class | Animator that interpolates between starting and ending Fonts for VisualItems
during an animation. |
LocationAnimator.java | Class | Animator that linearly interpolates between two positions. |
PolarLocationAnimator.java | Class | Animator that interpolates between starting and ending display locations
by linearly interpolating between polar coordinates. |
QualityControlAnimator.java | Class | Animator that toggles rendering quality to allow for smooth animations but
high quality rendering of still images. |
SizeAnimator.java | Class | Animator that linearly interpolates the size of a VisualItems. |
VisibilityAnimator.java | Class | Animator that interpolates the visibility status of VisualItems. |