| java.lang.Object | |
| ↳ | org.jfree.data.general.HeatMapUtilities |
A utility class for the HeatMapDataset.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates an image that displays the values from the specified dataset.
| |||||||||||
Returns a dataset containing one series that holds a copy of the (y, z)
data from one column (x-index) of the specified dataset.
| |||||||||||
Returns a dataset containing one series that holds a copy of the (x, z)
data from one row (y-index) of the specified dataset.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates an image that displays the values from the specified dataset.
| dataset | the dataset (null not permitted). |
|---|---|
| paintScale | the paint scale for the z-values (null
not permitted). |
Returns a dataset containing one series that holds a copy of the (y, z) data from one column (x-index) of the specified dataset.
| dataset | the dataset (null not permitted). |
|---|---|
| column | the column (x) index. |
| seriesName | the series name (null not permitted). |
Returns a dataset containing one series that holds a copy of the (x, z) data from one row (y-index) of the specified dataset.
| dataset | the dataset (null not permitted). |
|---|---|
| row | the row (y) index. |
| seriesName | the series name/key (null not permitted). |