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

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

Introduction

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

The text is from its open source code.

Constructor

TimeSeriesDataItem(RegularTimePeriod period, Number value)
Constructs a new data item that associates a value with a time period.
TimeSeriesDataItem(RegularTimePeriod period, double value)
Constructs a new data item that associates a value with a time period.

Method

Objectclone()
Clones the data item.
booleanequals(Object obj)
Tests this object for equality with an arbitrary object.
RegularTimePeriodgetPeriod()
Returns the time period.
NumbergetValue()
Returns the value.
inthashCode()
Returns a hash code.
voidsetValue(Number value)
Sets the value for this data item.