public class AxisLabelAnimator extends ItemAction
AxisLabelLayout
m_predicate
m_group
DEFAULT_STEP_TIME, INFINITY
Modifier | Constructor and Description |
---|---|
protected |
AxisLabelAnimator()
Create a new AxisLabelAnimator.
|
|
AxisLabelAnimator(java.lang.String group)
Create a new AxisLabelAnimator for the given data group.
|
Modifier and Type | Method and Description |
---|---|
void |
process(VisualItem item,
double frac)
Processes an individual item.
|
void |
run(double frac)
Runs this Action, triggering whatever processing this Action performs.
|
getFilterPredicate, setFilterPredicate
getGroup, setGroup
getVisualization, run, setVisualization
addActivityListener, alwaysRunAfter, cancel, fireActivityCancelled, fireActivityFinished, fireActivityScheduled, fireActivityStarted, fireActivityStepped, getDuration, getNextTime, getPace, getPacingFunction, getStartTime, getStepTime, getStopTime, isEnabled, isRunning, isScheduled, removeActivityListener, run, runAfter, runAt, setDuration, setEnabled, setPacingFunction, setStartTime, setStepTime
protected AxisLabelAnimator()
public AxisLabelAnimator(java.lang.String group)
group
- the data group to processpublic void run(double frac)
Action
run
in class ItemAction
frac
- the fraction of this Action's duration that has elapsed.GroupAction.run(double)
public void process(VisualItem item, double frac)
ItemAction
process
in class ItemAction
item
- the VisualItem to processfrac
- the fraction of elapsed duration timeItemAction.process(prefuse.visual.VisualItem, double)
Copyright ? 2013 Regents of the University of California