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

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

Introduction

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

The text is from its open source code.

Constructor

SimpleTimePeriod(long start, long end)
Creates a new time allocation.
SimpleTimePeriod(Date start, Date end)
Creates a new time allocation.

Method

intcompareTo(Object obj)
Returns an integer that indicates the relative ordering of two time periods.
booleanequals(Object obj)
Tests this time period instance for equality with an arbitrary object.
DategetStart()
Returns the start date/time.
inthashCode()
Returns a hash code for this object instance.