Package | Description |
---|---|
prefuse.activity |
General classes for scheduling and running activities
with specified starting times and durations.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Pacer |
Activity.getPacingFunction()
Returns the pacing function associated with this Activity.
|
Modifier and Type | Method and Description |
---|---|
void |
Activity.setPacingFunction(Pacer pfunc)
Sets the pacing function associated with this Activity.
|
Copyright ? 2013 Regents of the University of California