Java org.jfree.data.general HeatMapUtilities fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.general HeatMapUtilities fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jfree.data.general HeatMapUtilities.

The text is from its open source code.

Method

BufferedImagecreateHeatMapImage(HeatMapDataset dataset, PaintScale paintScale)
Creates an image that displays the values from the specified dataset.
XYDatasetextractColumnFromHeatMapDataset(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.
XYDatasetextractRowFromHeatMapDataset(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.