|
Header
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeatMapDataset | |
---|---|
org.jfree.data.general | Data interfaces and classes. |
Uses of HeatMapDataset in org.jfree.data.general |
---|
Classes in org.jfree.data.general that implement HeatMapDataset | |
---|---|
class |
DefaultHeatMapDataset
A default implementation of the HeatMapDataset interface. |
Methods in org.jfree.data.general with parameters of type HeatMapDataset | |
---|---|
static java.awt.image.BufferedImage |
HeatMapUtilities.createHeatMapImage(HeatMapDataset dataset,
PaintScale paintScale)
Creates an image that displays the values from the specified dataset. |
static XYDataset |
HeatMapUtilities.extractColumnFromHeatMapDataset(HeatMapDataset dataset,
int column,
java.lang.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 |
HeatMapUtilities.extractRowFromHeatMapDataset(HeatMapDataset dataset,
int row,
java.lang.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. |
|
Footer
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |