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

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

Introduction

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

The text is from its open source code.

Constructor

CategoryTableXYDataset()
Creates a new empty CategoryTableXYDataset.

Method

voidadd(double x, double y, String seriesName)
Adds a data item to this dataset and sends a DatasetChangeEvent to all registered listeners.
Objectclone()
Returns an independent copy of this dataset.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
doublegetEndXValue(int series, int item)
Returns the end x-value (as a double primitive) for an item within a series.
intgetItemCount()
Returns the number of x values in the dataset.
doublegetStartXValue(int series, int item)
Returns the start x-value (as a double primitive) for an item within a series.
doublegetXValue(int series, int item)
Returns the x-value (as a double primitive) for an item within a series.
voidsetAutoWidth(boolean b)
Sets the flag that indicates whether the interval width is automatically calculated or not.
voidsetIntervalPositionFactor(double d)
Sets the interval position factor.
voidsetIntervalWidth(double d)
Sets the interval width to a fixed value, and sends a DatasetChangeEvent to all registered listeners.
voidsetNotify(boolean notify)
Sets the notify flag, which controls whether or not the #fireDatasetChanged() method notifies listeners.