Uses of Class
org.jfree.data.time.TimePeriodAnchor
-
Packages that use TimePeriodAnchor Package Description org.jfree.data.time Interfaces and classes for time-related data.org.jfree.data.time.ohlc 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 TimePeriodAnchor Modifier and Type Field Description static TimePeriodAnchorTimePeriodAnchor. ENDEnd of period.static TimePeriodAnchorTimePeriodAnchor. MIDDLEMiddle of period.static TimePeriodAnchorTimePeriodAnchor. STARTStart of period.private TimePeriodAnchorTimePeriodValuesCollection. xPositionThe position within a time period to return as the x-value (START, MIDDLE or END).private TimePeriodAnchorTimeSeriesCollection. xPositionThe point within each time period that is used for the X value when this collection is used as anXYDataset.private TimePeriodAnchorTimeTableXYDataset. xPositionThe point within each time period that is used for the X value when this collection is used as anXYDataset.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.TimePeriodAnchorTimeTableXYDataset. 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 TimePeriodAnchor Modifier and Type Method Description RangeTimeSeries. findValueRange(Range xRange, TimePeriodAnchor xAnchor, java.util.Calendar calendar)Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified calendar).RangeTimeSeries. findValueRange(Range xRange, TimePeriodAnchor xAnchor, java.util.TimeZone zone)Finds the range of y-values that fall within the specified range of x-values (where the x-values are interpreted as milliseconds since the epoch and converted to time periods using the specified timezone).longRegularTimePeriod. getMillisecond(TimePeriodAnchor anchor, java.util.Calendar calendar)Returns the millisecond (relative to the epoch) corresponding to the specifiedanchorusing the suppliedcalendar(which incorporates a time zone).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, 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
Fields in org.jfree.data.time.ohlc declared as TimePeriodAnchor Modifier and Type Field Description private TimePeriodAnchorOHLCSeriesCollection. xPositionMethods in org.jfree.data.time.ohlc that return TimePeriodAnchor Modifier and Type Method Description TimePeriodAnchorOHLCSeriesCollection. 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 TimePeriodAnchor Modifier and Type Method Description voidOHLCSeriesCollection. 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.
-