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

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

Introduction

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

The text is from its open source code.

Constructor

Method

Objectclone()
Clones the object.
booleanequals(Object obj)
Tests this object for equality with the target object.
TimePeriodgetPeriod()
Returns the time period.
NumbergetValue()
Returns the value.
voidsetValue(Number value)
Sets the value for this data item.