Package | Description |
---|---|
org.jfree.data.time |
Modifier and Type | Field and Description |
---|---|
static TimePeriodAnchor |
TimePeriodAnchor.END
End of period.
|
static TimePeriodAnchor |
TimePeriodAnchor.MIDDLE
Middle of period.
|
static TimePeriodAnchor |
TimePeriodAnchor.START
Start of period.
|
Modifier and Type | Method and Description |
---|---|
long |
RegularTimePeriod.getMillisecond(TimePeriodAnchor anchor,
java.util.Calendar calendar)
Returns the millisecond (relative to the epoch) corresponding to the
specified
anchor using the supplied calendar
(which incorporates a time zone). |