Java org.jfree.data.xy TableXYDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.xy TableXYDataset fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Implementation

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

Method

intgetItemCount()
Returns the number of items every series.
intgetSeriesCount()
Returns the number of series in the dataset.
doublegetYValue(int series, int item)
Returns the y-value (as a double primitive) for an item within a series.