Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

F

FastScatterPlot - Class in org.jfree.chart.plot
A fast scatter plot.
FastScatterPlot() - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates a new instance of FastScatterPlot with default axes.
FastScatterPlot(float[][], ValueAxis, ValueAxis) - Constructor for class org.jfree.chart.plot.FastScatterPlot
Creates a new fast scatter plot.
fetchLegendItems() - Method in class org.jfree.chart.title.LegendTitle
Fetches the latest legend items.
FIFTEEN_MINUTE_SEGMENT_SIZE - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Defines a 15-minute segment size in ms.
fill(Shape) - Method in class org.jfree.chart.fx.FXGraphics2D
Fills the specified shape with the current paint.
fillArc(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
Fills an arc contained within the rectangle (x, y, width, height), starting at startAngle and continuing through arcAngle degrees, using the current paint.
fillArc(Graphics2D, Rectangle2D, double, double, Paint, boolean) - Method in class org.jfree.chart.plot.MeterPlot
Fills an arc on the dial between the given values.
fillArea - Variable in class org.jfree.chart.renderer.xy.XYSplineRenderer.XYSplineState
The area to fill under the curve.
fillBackground(Graphics2D, Rectangle2D) - Method in class org.jfree.chart.plot.Plot
Fills the specified area with the background paint.
fillBackground(Graphics2D, Rectangle2D, PlotOrientation) - Method in class org.jfree.chart.plot.Plot
Fills the specified area with the background paint.
fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Fills a band between two values on the axis.
fillDomainGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Fills a band between two values on the axis.
fillOval(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
Fills an oval framed by the rectangle (x, y, width, height).
fillPolygon(int[], int[], int) - Method in class org.jfree.chart.fx.FXGraphics2D
Fills the specified polygon using the current paint.
fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Fills a band between two values on the range axis.
fillRangeGridBand(Graphics2D, XYPlot, ValueAxis, Rectangle2D, double, double) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Fills a band between two values on the range axis.
fillRect(int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
Fills the specified rectangle with the current paint.
fillRoundRect(int, int, int, int, int, int) - Method in class org.jfree.chart.fx.FXGraphics2D
Fills a rectangle with rounded corners using the current paint.
findCumulativeRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Calculates the range of values for a dataset where each item is the running total of the items for the current series.
findDataArea(Point2D) - Method in class org.jfree.chart.fx.ChartCanvas
Returns the data area (the area inside the axes) for the plot or subplot.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset, boolean) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Returns the x-value bounds for the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.VectorRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the range required by this renderer to display all the domain values in the specified dataset.
findDomainBounds(XYDataset) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns the lower and upper bounds (range) of the x-values in the specified dataset.
findDomainBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the domain (x-values) of a dataset.
findDomainBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the domain (x-values) of a dataset.
findDomainBounds(XYDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the bounds of the x-values in the specified dataset taking into account only the visible series and including any x-interval if requested.
findDomainBoundsWithOffset(IntervalXYDataset) - Method in class org.jfree.chart.renderer.xy.ClusteredXYBarRenderer
Iterates over the items in an IntervalXYDataset to find the range of x-values including the interval OFFSET so that it centers the interval around the start value.
findDomainLimits() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Finds the domain limits.
findItemIndicesForX(XYDataset, int, double) - Static method in class org.jfree.data.general.DatasetUtilities
Finds the indices of the the items in the dataset that span the specified x-value.
findLiveItems(XYDataset, int, double, double) - Static method in class org.jfree.chart.renderer.RendererUtilities
Finds a range of item indices that is guaranteed to contain all the x-values from x0 to x1 (inclusive).
findLiveItemsLowerBound(XYDataset, int, double, double) - Static method in class org.jfree.chart.renderer.RendererUtilities
Finds the lower index of the range of live items in the specified data series.
findLiveItemsUpperBound(XYDataset, int, double, double) - Static method in class org.jfree.chart.renderer.RendererUtilities
Finds the upper index of the range of live items in the specified data series.
findMaximumDomainValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum domain value for the specified dataset.
findMaximumRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum range value for the specified dataset.
findMaximumRangeValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum range value for the specified dataset.
findMaximumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the maximum value in the dataset range, assuming that values in each category are "stacked".
findMaximumTickLabelHeight(List, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.axis.ValueAxis
A utility method for determining the height of the tallest tick label.
findMaximumTickLabelWidth(List, Graphics2D, Rectangle2D, boolean) - Method in class org.jfree.chart.axis.ValueAxis
A utility method for determining the width of the widest tick label.
findMaxValue() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the maximum value.
findMinimumDomainValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Finds the minimum domain (or X) value for the specified dataset.
findMinimumRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum range value for the specified dataset.
findMinimumRangeValue(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum range value for the specified dataset.
findMinimumStackedRangeValue(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum value in the dataset range, assuming that values in each category are "stacked".
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset, boolean) - Method in class org.jfree.chart.renderer.category.AbstractCategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset, boolean) - Method in class org.jfree.chart.renderer.category.BarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.BoxAndWhiskerRenderer
Returns the range of values from the specified dataset that the renderer will require to display all the data.
findRangeBounds(CategoryDataset) - Method in interface org.jfree.chart.renderer.category.CategoryItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.GroupedStackedBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.IntervalBarRenderer
Returns the range of values from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.ScatterRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedAreaRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StackedBarRenderer3D
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StatisticalBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.StatisticalLineAndShapeRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Method in class org.jfree.chart.renderer.category.WaterfallBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset, boolean) - Method in class org.jfree.chart.renderer.xy.AbstractXYItemRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.CandlestickRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.DeviationRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.HighLowRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYAreaRenderer2
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.StackedXYBarRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.VectorRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBarRenderer
Returns the lower and upper bounds (range) of the y-values in the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBlockRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYBoxAndWhiskerRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYErrorRenderer
Returns the range required by this renderer to display all the range values in the specified dataset.
findRangeBounds(XYDataset) - Method in interface org.jfree.chart.renderer.xy.XYItemRenderer
Returns the lower and upper bounds (range) of the y-values in the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(XYDataset) - Method in class org.jfree.chart.renderer.xy.YIntervalRenderer
Returns the range of values the renderer requires to display all the items from the specified dataset.
findRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(CategoryDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(CategoryDataset, List, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys.
findRangeBounds(XYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(XYDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the range for the dataset.
findRangeBounds(XYDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Finds the bounds of the y-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.
findStackedRangeBounds(CategoryDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
findStackedRangeBounds(CategoryDataset, double) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
findStackedRangeBounds(CategoryDataset, KeyToGroupMap) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range (y-values), assuming that the series in one category are stacked.
findStackedRangeBounds(TableXYDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked.
findStackedRangeBounds(TableXYDataset, double) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the minimum and maximum values for the dataset's range, assuming that the series are stacked, using the specified base value.
findSubplot(PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainCategoryPlot
Returns the subplot (if any) that contains the (x, y) point (specified in Java2D space).
findSubplot(PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedDomainXYPlot
Returns the subplot (if any) that contains the (x, y) point (specified in Java2D space).
findSubplot(PlotRenderingInfo, Point2D) - Method in class org.jfree.chart.plot.CombinedRangeXYPlot
Returns the subplot (if any) that contains the (x, y) point (specified in Java2D space).
findValueRange() - Method in class org.jfree.data.time.TimeSeries
Returns the range of y-values in the time series.
findValueRange(Range, TimeZone) - Method in class org.jfree.data.time.TimeSeries
Returns the range of y-values in the time series that fall within the specified range of x-values.
findValueRange(Range, TimePeriodAnchor, TimeZone) - Method in class org.jfree.data.time.TimeSeries
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).
findYValue(XYDataset, int, double) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the interpolated value of y that corresponds to the specified x-value in the given series.
findZBounds(XYZDataset) - Method in class org.jfree.chart.renderer.xy.XYShapeRenderer
Return the range of z-values in the specified dataset.
findZBounds(XYZDataset) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the z-dimension for the dataset.
findZBounds(XYZDataset, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Returns the range of values in the z-dimension for the dataset.
findZBounds(XYZDataset, List, Range, boolean) - Static method in class org.jfree.data.general.DatasetUtilities
Finds the bounds of the z-values in the specified dataset, including only those series that are listed in visibleSeriesKeys, and those items whose x-values fall within the specified range.
fireAnnotationChanged() - Method in class org.jfree.chart.annotations.AbstractAnnotation
Notifies all registered listeners that the annotation has changed.
fireChangeEvent() - Method in class org.jfree.chart.axis.Axis
Sends an AxisChangeEvent to all registered listeners.
fireChangeEvent() - Method in class org.jfree.chart.plot.Plot
Sends a PlotChangeEvent to all registered listeners.
fireChangeEvent() - Method in class org.jfree.chart.renderer.AbstractRenderer
Sends a RendererChangeEvent to all registered listeners.
fireChartChanged() - Method in class org.jfree.chart.JFreeChart
Sends a default ChartChangeEvent to all registered listeners.
fireDatasetChanged() - Method in class org.jfree.data.general.AbstractDataset
Notifies all registered listeners that the dataset has changed, provided that the notify flag has not been set to false.
fireOverlayChanged() - Method in class org.jfree.chart.panel.AbstractOverlay
Sends a default ChartChangeEvent to all registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.jfree.data.general.Series
Fires a property change event.
fireSeriesChanged() - Method in class org.jfree.data.general.Series
General method for signalling to registered listeners that the series has been changed.
fireSeriesChanged() - Method in class org.jfree.data.time.DynamicTimeSeriesCollection
Sends a SeriesChangeEvent to all registered listeners.
fireVetoableChange(String, Object, Object) - Method in class org.jfree.data.general.Series
Fires a vetoable property change event.
FIRST_HOUR_IN_DAY - Static variable in class org.jfree.data.time.Hour
Useful constant for the first hour in the day.
FIRST_MILLISECOND_IN_SECOND - Static variable in class org.jfree.data.time.Millisecond
A constant for the first millisecond in a second.
FIRST_MINUTE_IN_HOUR - Static variable in class org.jfree.data.time.Minute
Useful constant for the first minute in a day.
FIRST_MONDAY_AFTER_1900 - Static variable in class org.jfree.chart.axis.SegmentedTimeline
Deprecated.
As of 1.0.7. This field doesn't take into account changes to the default time zone.
FIRST_MONTH_IN_QUARTER - Static variable in class org.jfree.data.time.Quarter
The first month in each quarter.
FIRST_QUARTER - Static variable in class org.jfree.data.time.Quarter
Constant for quarter 1.
FIRST_SECOND_IN_MINUTE - Static variable in class org.jfree.data.time.Second
Useful constant for the first second in a minute.
FIRST_WEEK_IN_YEAR - Static variable in class org.jfree.data.time.Week
Constant for the first week in the year.
firstMondayAfter1900() - Static method in class org.jfree.chart.axis.SegmentedTimeline
Returns the milliseconds for midnight of the first Monday after 1-Jan-1900, ignoring daylight savings.
FIXED - Static variable in class org.jfree.chart.block.LengthConstraintType
FIXED.
FixedMillisecond - Class in org.jfree.data.time
Wrapper for a java.util.Date object that allows it to be used as a RegularTimePeriod.
FixedMillisecond() - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond based on the current system time.
FixedMillisecond(long) - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond.
FixedMillisecond(Date) - Constructor for class org.jfree.data.time.FixedMillisecond
Constructs a millisecond.
FlowArrangement - Class in org.jfree.chart.block
Arranges blocks in a flow layout.
FlowArrangement() - Constructor for class org.jfree.chart.block.FlowArrangement
Creates a new instance.
FlowArrangement(HorizontalAlignment, VerticalAlignment, double, double) - Constructor for class org.jfree.chart.block.FlowArrangement
Creates a new instance.
focusGained(FocusEvent) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Does nothing.
focusLost(FocusEvent) - Method in class org.jfree.chart.editor.DefaultLogAxisEditor
 
focusLost(FocusEvent) - Method in class org.jfree.chart.editor.DefaultPolarPlotEditor
Revalidates minimum/maximum range.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.CompassFormat
Formats a number into the specified string buffer.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.CompassFormat
Formats a number into the specified string buffer.
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.MonthDateFormat
Formats the given date.
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.axis.QuarterDateFormat
Formats the given date.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HexNumberFormat
Formats the specified number as a hexadecimal string.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HexNumberFormat
Formats the specified number as a hexadecimal string.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HMSNumberFormat
Formats the specified number as a string of the form HH:MM:SS.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.HMSNumberFormat
Formats the specified number as a string of the form HH:MM:SS.
format(double, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.LogFormat
Returns a formatted representation of the specified number.
format(long, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.LogFormat
Formats the specified number as a hexadecimal string.
format(Date, StringBuffer, FieldPosition) - Method in class org.jfree.chart.util.RelativeDateFormat
Formats the given date as the amount of elapsed time (relative to the base date specified in the constructor).
formObjectArray(double[][]) - Static method in class org.jfree.data.contour.DefaultContourDataset
Deprecated.
Creates an object array from an array of doubles.
formObjectArray(double[]) - Static method in class org.jfree.data.contour.DefaultContourDataset
Deprecated.
Creates an object array from an array of doubles.
FORWARD - Static variable in class org.jfree.chart.plot.DatasetRenderingOrder
Render datasets in the order 0, 1, 2, ..., N-1, where N is the number of datasets.
FORWARD - Static variable in class org.jfree.chart.plot.SeriesRenderingOrder
Render series in the order 0, 1, 2, ..., N-1, where N is the number of series.
FREQUENCY - Static variable in class org.jfree.data.statistics.HistogramType
Frequency histogram.
FULL - Static variable in class org.jfree.data.RangeType
Full range (positive and negative).
Function2D - Interface in org.jfree.data.function
A function of the form y = f(x).
FXGraphics2D - Class in org.jfree.chart.fx
A Graphics2D implementation that writes to a JavaFX Canvas.
FXGraphics2D(GraphicsContext) - Constructor for class org.jfree.chart.fx.FXGraphics2D
Creates a new instance that will render to the specified JavaFX GraphicsContext.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links