|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepIterator | |
---|---|
fi.helsinki.dacopan.contsig | Control signals framework, controls the time in animations. |
fi.helsinki.dacopan.model | Contains the core data structures (i.e. network data model) of the Dacopan Animator. |
Uses of StepIterator in fi.helsinki.dacopan.contsig |
---|
Constructors in fi.helsinki.dacopan.contsig with parameters of type StepIterator | |
---|---|
AnimationTimeState(float nowTime,
float animationEndTime,
float timeScale,
int stepInterval,
StepIterator stepIterator)
Creates a new instance of AnimationTimeState |
|
AnimationTimeState(float nowTime,
float animationEndTime,
float timeScale,
int stepInterval,
StepIterator stepIterator,
AnimationSequence animationSequence,
float scenarioItemEndTime,
float scenarioItemAnimationEndTime)
|
Uses of StepIterator in fi.helsinki.dacopan.model |
---|
Classes in fi.helsinki.dacopan.model that implement StepIterator | |
---|---|
class |
ScenarioStepIterator
A StepIterator for stepping thru a whole scenario,
including both protocol events and notes. |
Methods in fi.helsinki.dacopan.model that return StepIterator | |
---|---|
StepIterator |
DefaultDataView.getStepIterator(Layer layer)
|
StepIterator |
DataView.getStepIterator(Layer layer)
Returns an iterator for the steps on
the specified layer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |