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

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

Introduction

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

The text is from its open source code.

Constructor

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