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)
AngularGaugeChart
animation effect will be
applied for the arrow.startEffect
- the start effectjava.lang.Double getStartDuration()
T setStartDuration(java.lang.Double startDuration)
startDuration
- the start duration