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

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

Introduction

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

The text is from its open source code.

Subclass

org.jfree.data.ComparableObjectSeries has subclasses.
Click this link to see all its subclasses.

Constructor

ComparableObjectSeries(Comparable key)
Creates a new empty series.

Method

booleangetAllowDuplicateXValues()
Returns a flag that controls whether duplicate x-values are allowed.
booleangetAutoSort()
Returns the flag that controls whether the items in the series are automatically sorted.
StringgetDescription()
Returns a description of the series.
intgetItemCount()
Returns the number of items in the series.
ComparablegetKey()
Returns the key for the series.
intgetMaximumItemCount()
Returns the maximum number of items that will be retained in the series.