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

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

Introduction

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

The text is from its open source code.

Constructor

XYTaskDataset(TaskSeriesCollection tasks)
Creates a new dataset based on the supplied collection of tasks.

Method

Objectclone()
Returns a clone of this dataset.
booleanequals(Object obj)
Tests this dataset for equality with an arbitrary object.
ClassgetClass()
Returns the runtime class of this Object .
TaskSeriesCollectiongetTasks()
Returns the underlying task series collection that was supplied to the constructor.
voidsetSeriesWidth(double w)
Sets the series interval width and sends a DatasetChangeEvent to all registered listeners.
voidsetTransposed(boolean transposed)
Sets the flag that controls whether or not the dataset is transposed and sends a DatasetChangeEvent to all registered listeners.