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 TimePeriodAnchorTimePeriodAnchor. ENDEnd of period.static TimePeriodAnchorTimePeriodAnchor. MIDDLEMiddle of period.static TimePeriodAnchorTimePeriodAnchor. STARTStart of period.Methods in org.jfree.data.time that return TimePeriodAnchor Modifier and Type Method Description TimePeriodAnchorTimePeriodValuesCollection. getXPosition()Returns the position of the X value within each time period.TimePeriodAnchorTimeSeriesCollection. 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 voidTimePeriodValuesCollection. setXPosition(TimePeriodAnchor position)Sets the position of the x axis within each time period.voidTimeSeriesCollection. setXPosition(TimePeriodAnchor anchor)Sets the position within each time period that is used for the X values when the collection is used as anXYDataset.