public interface TimeAnimationDataModel
Modifier and Type | Field and Description |
---|---|
static int |
ACCEPT |
static int |
CANCEL |
static int |
CLOSE |
static int |
PAUSE |
static int |
PLAY |
static int |
STOP |
Modifier and Type | Method and Description |
---|---|
RelativeInstant |
getEndTime()
Gets the end date of the time window to visualize in each time instant.
|
RelativeInstant |
getEndTimeWindow()
Gets the end of the time window to visualize in each time instant.
|
RelativeInstant |
getInitTime()
Gets the initial date of the time window to visualize in each time instant.
|
RelativeInstant |
getInitTimeWindow()
Gets the begin of the time window to visualize in each time instant.
|
int |
getIterations()
Gets the number of iterations
|
int |
getLoop()
Gets the number of loops
|
RelativeInstant |
getSliderPosition()
Gets the slider position.
|
int |
getSpeed()
Gets the time step initial value in the text field
|
int[] |
getStepByPartOfData()
Gets an array of seven values.
|
int |
getTimeStep()
Gets the initial speed in milliseconds
|
int |
getTimeStepScale()
Returns a constant defined in TimeAnimation.
|
int |
getWindowTime()
Gets the window time.
|
int[] |
getWindowTimeByPartOfData()
Gets an array of seven values.
|
int |
getWindowTimeScale()
Returns a constant defined in TimeAnimation.
|
void |
setIterations(int iterations)
Sets the number of iterations
|
void |
setLoop(int loop)
Sets the number of loops
|
void |
setSliderPosition(RelativeInstant position)
Assigns the slider position.
|
void |
setSpeed(int speed)
Sets the speed of progress
|
void |
setTimeInterval(RelativeInstant start,
RelativeInstant end)
Sets the time interval.
|
void |
setTimeStep(int timeStep)
Sets the animation speed
|
void |
setTimeStepScale(int timeStepScale)
Assigns a constant defined in TimeAnimation.
|
void |
setTimeWindow(RelativeInstant start,
RelativeInstant end)
Sets the time window to visualize in each time instant.
|
void |
setWindowTime(int windowTime)
Assigns the window time.
|
void |
setWindowTimeScale(int windowTimeScale)
Assigns a constant defined in TimeAnimation.
|
static final int PLAY
static final int STOP
static final int PAUSE
static final int CLOSE
static final int ACCEPT
static final int CANCEL
void setWindowTime(int windowTime)
windowTime
- Window of time of each stepint getWindowTime()
int getTimeStep()
speed
- void setTimeStep(int timeStep)
speed
- Speed in millisecondsint getWindowTimeScale()
void setWindowTimeScale(int windowTimeScale)
int getTimeStepScale()
void setTimeStepScale(int timeStepScale)
int getSpeed()
timeStep
- void setSpeed(int speed)
speed
- int getIterations()
void setIterations(int iterations)
iterations
- int getLoop()
void setLoop(int loop)
void setTimeWindow(RelativeInstant start, RelativeInstant end)
start
- Instant in which the animation startsend
- Instant in which the animation endsRelativeInstant getEndTimeWindow()
RelativeInstant
RelativeInstant getInitTimeWindow()
RelativeInstant
void setTimeInterval(RelativeInstant start, RelativeInstant end)
timeWindowValue
- RelativeInstant getInitTime()
RelativeInstant
RelativeInstant getEndTime()
RelativeInstant
int[] getWindowTimeByPartOfData()
int[] getStepByPartOfData()
RelativeInstant getSliderPosition()
RelativeInstant
void setSliderPosition(RelativeInstant position)
position
-