public class RandomLayout extends Layout
m_anchor, m_bounds, m_bpts, m_insets, m_margin, m_tmpa, m_tmpbm_groupDEFAULT_STEP_TIME, INFINITY| Constructor and Description |
|---|
RandomLayout()
Create a new RandomLayout that processes all items.
|
RandomLayout(java.lang.String group)
Create a new RandomLayout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run(double frac)
Runs this Action, triggering whatever processing this Action performs.
|
void |
setRandomSeed(long seed)
Set the seed value for the random number generator.
|
getLayoutAnchor, getLayoutBounds, setLayoutAnchor, setLayoutBounds, setMargin, setX, setYgetGroup, 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 RandomLayout()
public RandomLayout(java.lang.String group)
group - the data group to layoutpublic void setRandomSeed(long seed)
seed - the random seed valuepublic void run(double frac)
Actionrun in class GroupActionfrac - the fraction of this Action's duration that has elapsed.Action.run(double)