public class VisibilityAnimator extends GroupAction
m_groupDEFAULT_STEP_TIME, INFINITY| Constructor and Description |
|---|
VisibilityAnimator()
Create a new VisibilityAnimator that processes all data groups.
|
VisibilityAnimator(java.lang.String group)
Create a new VisibilityAnimator that processes the specified group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(double frac)
Runs this Action, triggering whatever processing this Action performs.
|
getGroup, setGroupgetVisualization, run, setVisualizationaddActivityListener, 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, setStepTimepublic VisibilityAnimator()
public VisibilityAnimator(java.lang.String group)
group - the data group to process.public void run(double frac)
Actionrun in class GroupActionfrac - the fraction of this Action's duration that has elapsed.GroupAction.run(double)