Package org.zkoss.chart
Class PlayDelay
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.Frequency
-
- org.zkoss.chart.PlayDelay
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class PlayDelay extends Frequency
Milliseconds to wait before playing, comes in addition to the time determined by the time mapping.Can also be negative to play before the mapped time.
- Since:
- 11.2.0.0
- Author:
- Jamson Chan
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.zkoss.chart.Optionable
NOT_NULL_VALUE, options
-
-
Constructor Summary
Constructors Constructor Description PlayDelay()
-
Method Summary
-
Methods inherited from class org.zkoss.chart.Frequency
getMapFunction, getMapTo, getMax, getMin, getValue, getWithin, setMapFunction, setMapTo, setMax, setMin, setValue, setWithin
-
Methods inherited from class org.zkoss.chart.Optionable
addExtraAttr, addOptionDataListener, clearOptonDataListener, clone, containsKey, fireEvent, fireEvent, fireEvent, fireEvent, fireEvent, getAttr, getAttr, getClientState, getExtraAttr, merge, onChange, removeExtraAttr, removeKey, removeOptionDataListener, setAttr, setAttr, setAttr, setAttr, toJSONString, toString
-
-