Example usage for org.jfree.data.time TimePeriod interface-usage

List of usage examples for org.jfree.data.time TimePeriod interface-usage

Introduction

In this page you can find the example usage for org.jfree.data.time TimePeriod interface-usage.

Usage

From source file org.jfree.data.time.RegularTimePeriod.java

/**
 * An abstract class representing a unit of time.  Convenient methods are
 * provided for calculating the next and previous time periods.  Conversion
 * methods are defined that return the first and last milliseconds of the time
 * period.  The results from these methods are timezone dependent.
 * <P>