public class HeatSeries extends AbstractSeries
Constructor and Description |
---|
HeatSeries() |
HeatSeries(String name)
Constructs a HeatSeries with the given name
|
HeatSeries(String name,
Number[]... values)
Constructs a HeatSeries with the given name and values
|
Modifier and Type | Method and Description |
---|---|
void |
addHeatPoint(int x,
int y,
Number heatScore)
Add a single data point to the heat series
|
void |
clear() |
Number[][] |
getData() |
void |
setData(Number[]... values)
Sets the numeric data for this series.
|
getConfiguration, getId, getName, getPlotOptions, getStack, getxAxis, getyAxis, isVisible, setConfiguration, setId, setName, setPlotOptions, setStack, setVisible, setVisible, setxAxis, setyAxis, setyAxis, updateSeries
public HeatSeries()
public HeatSeries(String name)
name
- The name of this data series.public void setData(Number[]... values)
values
- x-y-heatScore tripletspublic Number[][] getData()
#setData(Number[]...)
public void addHeatPoint(int x, int y, Number heatScore)
x
- the x coordinate of the pointy
- the y coordinate of the pointheatScore
- the heat score of the pointpublic void clear()
Copyright © 2025. All rights reserved.