Package org.zkoss.chart
Class GapBetweenNotes
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.Frequency
-
- org.zkoss.chart.GapBetweenNotes
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class GapBetweenNotes extends Frequency
Gap in milliseconds between notes if pitch is mapped to an array of notes.Can be set to a fixed value, a prop to map to, a function, or a mapping object.
- 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 GapBetweenNotes()
-
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
-
-