HCSonificationInstrumentLowpassFrequencyOptions class

(Highcharts, Highstock, Highmaps, Gantt) Map to filter frequency in Hertz from 1 to 20,000Hz.

Implemented types

Constructors

HCSonificationInstrumentLowpassFrequencyOptions({String? mapFunction, String? mapTo, num? max, num? min, num? value, String? within})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mapFunction String?
(Highcharts, Highstock, Highmaps, Gantt) How to perform the mapping.
final
mapTo String?
(Highcharts, Highstock, Highmaps, Gantt) A point property to map the mapping parameter to.
final
max num?
(Highcharts, Highstock, Highmaps, Gantt) The maximum value for the audio parameter. This is the highest value the audio parameter will be mapped to.
final
min num?
(Highcharts, Highstock, Highmaps, Gantt) The minimum value for the audio parameter. This is the lowest value the audio parameter will be mapped to.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value num?
(Highcharts, Highstock, Highmaps, Gantt) A fixed value to use for the prop when mapping.
final
within String?
(Highcharts, Highstock, Highmaps, Gantt) What data values to map the parameter within.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited