Uses of Class
org.jfree.data.time.TimePeriodAnchor
Package | Description |
---|---|
org.jfree.data.time |
Interfaces and classes for time-related data.
|
-
Uses of TimePeriodAnchor in org.jfree.data.time
Fields in org.jfree.data.time declared as TimePeriodAnchor Modifier and Type Field Description static TimePeriodAnchor
TimePeriodAnchor. END
End of period.static TimePeriodAnchor
TimePeriodAnchor. MIDDLE
Middle of period.static TimePeriodAnchor
TimePeriodAnchor. START
Start of period.Methods in org.jfree.data.time that return TimePeriodAnchor Modifier and Type Method Description TimePeriodAnchor
TimePeriodValuesCollection. getXPosition()
Returns the position of the X value within each time period.TimePeriodAnchor
TimeSeriesCollection. getXPosition()
Returns the position within each time period that is used for the X value when the collection is used as anXYDataset
.Methods in org.jfree.data.time with parameters of type TimePeriodAnchor Modifier and Type Method Description void
TimePeriodValuesCollection. setXPosition(TimePeriodAnchor position)
Sets the position of the x axis within each time period.void
TimeSeriesCollection. setXPosition(TimePeriodAnchor anchor)
Sets the position within each time period that is used for the X values when the collection is used as anXYDataset
.