|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pacer | |
---|---|
prefuse.activity | General classes for scheduling and running activities with specified starting times and durations. |
Uses of Pacer in prefuse.activity |
---|
Classes in prefuse.activity that implement Pacer | |
---|---|
class |
SlowInSlowOutPacer
A pacing function that provides slow-in, slow-out animation, where the animation begins at a slower rate, speeds up through the middle of the animation, and then slows down again before stopping. |
class |
ThereAndBackPacer
Pacing function that maps the animation fraction f such that it ranges from 0 to 1 and then back to 0 again. |
Methods in prefuse.activity that return Pacer | |
---|---|
Pacer |
Activity.getPacingFunction()
Returns the pacing function associated with this Activity. |
Methods in prefuse.activity with parameters of type Pacer | |
---|---|
void |
Activity.setPacingFunction(Pacer pfunc)
Sets the pacing function associated with this Activity. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |