Package org.zkoss.chart
Class Pan
- java.lang.Object
-
- org.zkoss.chart.Optionable
-
- org.zkoss.chart.Frequency
-
- org.zkoss.chart.Pan
-
- All Implemented Interfaces:
Serializable
,OptionDataListener
,org.zkoss.json.JSONAware
public class Pan extends Frequency
Pan refers to the stereo panning position of the sound. It is defined from -1 (left) to 1 (right).By default it is mapped to x, making the sound move from left to right as the chart plays.
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 Pan()
-
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
-
-