public interface HasStartEffect<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Double |
getStartDuration() |
AnimationEffect |
getStartEffect() |
T |
setStartDuration(java.lang.Double startDuration)
Sets duration of the animation, in seconds.
|
T |
setStartEffect(AnimationEffect startEffect)
Sets animation effect.
|
AnimationEffect getStartEffect()
T setStartEffect(AnimationEffect startEffect)
If you use AngularGaugeChartModelImpl animation effect will be applied for the arrow. If not set the default
value is EASE_IN_SINE.
If you use charts based on CoordinateChartModel (GanttChart, RadarChart, SerialChart, XYChart) default
value is ELASTIC.
If you use chart based on SlicedChartModelImpl default value is BOUNCE.
startEffect - the start effectjava.lang.Double getStartDuration()
T setStartDuration(java.lang.Double startDuration)
If you use AngularGaugeChartModelImpl default value is 1.
If you use charts based on CoordinateChartModel (GanttChart, RadarChart, SerialChart, XYChart) default
value is 0.
If you use chart based on SlicedChartModelImpl default value is 1.
startDuration - the start duration