Class Time

  • All Implemented Interfaces:
    Serializable, OptionDataListener, org.zkoss.json.JSONAware

    public class Time
    extends Frequency
    Time mapping determines what time each point plays. It is defined as an offset in milliseconds, where 0 means it plays immediately when the chart is sonified.

    By default time is mapped to x, meaning points with the lowest x value plays first, and points with the highest x value plays last.

    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
    • Constructor Detail

      • Time

        public Time()