Class FixedMillisecond

java.lang.Object
org.jfree.data.time.RegularTimePeriod
org.jfree.data.time.FixedMillisecond
All Implemented Interfaces:
Serializable, Comparable, MonthConstants, TimePeriod

public class FixedMillisecond extends RegularTimePeriod implements Serializable
Wrapper for a java.util.Date object that allows it to be used as a RegularTimePeriod. This class is immutable, which is a requirement for all RegularTimePeriod subclasses.
See Also: