Package | Description |
---|---|
org.jfree.data.general |
Data interfaces and classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHeatMapDataset
A default implementation of the
HeatMapDataset interface. |
Modifier and Type | Method and Description |
---|---|
static BufferedImage |
HeatMapUtils.createHeatMapImage(HeatMapDataset dataset,
PaintScale paintScale)
Creates an image that displays the values from the specified dataset.
|
static XYDataset |
HeatMapUtils.extractColumnFromHeatMapDataset(HeatMapDataset dataset,
int column,
Comparable seriesName)
Returns a dataset containing one series that holds a copy of the (y, z)
data from one column (x-index) of the specified dataset.
|
static XYDataset |
HeatMapUtils.extractRowFromHeatMapDataset(HeatMapDataset dataset,
int row,
Comparable seriesName)
Returns a dataset containing one series that holds a copy of the (x, z)
data from one row (y-index) of the specified dataset.
|
Copyright © 2001–2017 JFree.org. All rights reserved.