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

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

Introduction

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

The text is from its open source code.

Constructor

TimePeriodValuesCollection()
Constructs an empty dataset.
TimePeriodValuesCollection(TimePeriodValues series)
Constructs a dataset containing a single series.

Method

voidaddSeries(TimePeriodValues series)
Adds a series to the collection.
booleanequals(Object obj)
Tests this instance for equality with an arbitrary object.
RangegetDomainBounds(boolean includeInterval)
Returns the range of the values in this dataset's domain.
booleangetDomainIsPointsInTime()
Returns a flag that controls whether the domain is treated as 'points in time'.
intgetItemCount(int series)
Returns the number of items in the specified series.
TimePeriodValuesgetSeries(int series)
Returns a series.
intgetSeriesCount()
Returns the number of series in the collection.
voidremoveSeries(TimePeriodValues series)
Removes the specified series from the collection.
voidremoveSeries(int index)
Removes a series from the collection.
voidsetDomainIsPointsInTime(boolean flag)
Sets a flag that controls whether the domain is treated as 'points in time', or time periods.
voidsetXPosition(TimePeriodAnchor position)
Sets the position of the x axis within each time period.