Java org.jfree.data.category SlidingCategoryDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.category SlidingCategoryDataset fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

Method

Objectclone()
Returns an independent copy of the dataset.
booleanequals(Object obj)
Tests this SlidingCategoryDataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
intgetColumnCount()
Returns the number of columns in the table.
intgetColumnIndex(Comparable key)
Returns the index for the specified column key.
ListgetColumnKeys()
Returns the column keys.
intgetRowCount()
Returns the number of rows in the table.
intgetRowIndex(Comparable key)
Returns the row index for a given key.
CategoryDatasetgetUnderlyingDataset()
Returns the underlying dataset that was supplied to the constructor.
NumbergetValue(Comparable rowKey, Comparable columnKey)
Returns the value for a pair of keys.
NumbergetValue(int row, int column)
Returns a value from the table.
voidsetFirstCategoryIndex(int first)
Sets the index of the first category that should be used from the underlying dataset, and sends a DatasetChangeEvent to all registered listeners.
voidsetMaximumCategoryCount(int max)
Sets the maximum category count and sends a DatasetChangeEvent to all registered listeners.