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

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

Introduction

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

The text is from its open source code.

Implementation

org.jfree.data.general.HeatMapDataset has the following implementations.
Click this link to see all its implementation.

Method

intgetXSampleCount()
Returns the number of x values across the width of the dataset.
doublegetXValue(int xIndex)
A convenience method that returns the x-value for the given index.
intgetYSampleCount()
Returns the number of y values (or samples) for the dataset.
doublegetYValue(int yIndex)
A convenience method that returns the y-value for the given index.
doublegetZValue(int xIndex, int yIndex)
Returns the z-value at the specified sample position in the dataset.