Java org.jfree.data.gantt SlidingGanttCategoryDataset fields, constructors, methods, implement or subclass

Example usage for Java org.jfree.data.gantt SlidingGanttCategoryDataset fields, constructors, methods, implement or subclass

Introduction

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

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 .
GanttCategoryDatasetgetUnderlyingDataset()
Returns the underlying dataset that was supplied to the constructor.
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.