Home > composition-plot > HeatMapDataProvider
Signature:
export declare class HeatMapDataProvider
Constructor | Modifiers | Description |
---|---|---|
(constructor)() | Constructs a new instance of the HeatMapDataProvider class |
Property | Modifiers | Type | Description |
---|---|---|---|
activeScalars | [string, string] | ||
axes | [string, string] | ||
data | ISampleSpectrum[] | ||
indexMaps | number[][][] | ||
numY | number | ||
reduceFn | (numbers: number[]) => number | ||
scalars | Set<string> | ||
segments | ISegment[] | ||
selection | string | ||
separateSlope | boolean | ||
X | string[] | ||
Y | string[] | ||
Z | number[][] |
Method | Modifiers | Description |
---|---|---|
computeMaps() | ||
getActiveScalars() | ||
getSegments() | ||
selectSegments(selection) | ||
setActiveScalars(keys) | ||
setData(data) | ||
setNumY(n) | ||
setReduceFn(name) | ||
setSeparateSlope(flag) |