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

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

Introduction

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

The text is from its open source code.

Constructor

DateRange(Date lower, Date upper)
Constructs a new range.
DateRange(double lower, double upper)
Constructs a new range using two values that will be interpreted as "milliseconds since midnight GMT, 1-Jan-1970".

Method

booleanequals(Object obj)
Tests this object for equality with an arbitrary object.
DategetLowerDate()
Returns the lower (earlier) date for the range.
longgetLowerMillis()
Returns the lower bound of the range in milliseconds.
DategetUpperDate()
Returns the upper (later) date for the range.
longgetUpperMillis()
Returns the upper bound of the range in milliseconds.