Uses of Class
org.jfree.data.time.TimePeriodAnchor
Packages that use TimePeriodAnchor
Package
Description
Interfaces and classes for time-related data.
Classes for representing financial data in open-high-low-close form.
-
Uses of TimePeriodAnchor in org.jfree.data.time
Fields in org.jfree.data.time declared as TimePeriodAnchorModifier and TypeFieldDescriptionstatic final TimePeriodAnchorTimePeriodAnchor.ENDEnd of period.static final TimePeriodAnchorTimePeriodAnchor.MIDDLEMiddle of period.static final TimePeriodAnchorTimePeriodAnchor.STARTStart of period.Methods in org.jfree.data.time that return TimePeriodAnchorModifier and TypeMethodDescriptionTimePeriodValuesCollection.getXPosition()Returns the position of the X value within each time period.TimeSeriesCollection.getXPosition()Returns the position within each time period that is used for the X value when the collection is used as anXYDataset.TimeTableXYDataset.getXPosition()Returns the position within each time period that is used for the X value.Methods in org.jfree.data.time with parameters of type TimePeriodAnchorModifier and TypeMethodDescriptionvoidTimePeriodValuesCollection.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, then sends aDatasetChangeEventis sent to all registered listeners.voidTimeTableXYDataset.setXPosition(TimePeriodAnchor anchor) Sets the position within each time period that is used for the X values, then sends aDatasetChangeEventto all registered listeners. -
Uses of TimePeriodAnchor in org.jfree.data.time.ohlc
Methods in org.jfree.data.time.ohlc that return TimePeriodAnchorModifier and TypeMethodDescriptionOHLCSeriesCollection.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.ohlc with parameters of type TimePeriodAnchorModifier and TypeMethodDescriptionvoidOHLCSeriesCollection.setXPosition(TimePeriodAnchor anchor) Sets the position within each time period that is used for the X values when the collection is used as anXYDataset, then sends aDatasetChangeEventis sent to all registered listeners.