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
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.static TimePeriodAnchorTimePeriodAnchor. valueOf(String name)Returns the enum constant of this type with the specified name.static TimePeriodAnchor[]TimePeriodAnchor. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.data.time with parameters of type TimePeriodAnchor Modifier and Type Method Description RangeTimeSeries. findValueRange(Range xRange, TimePeriodAnchor xAnchor, 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 timezone).RangeTimeSeries. findValueRange(Range xRange, TimePeriodAnchor xAnchor, 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, 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
Methods 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.
-