Alphabetical Index: O

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

O

offset - field in class org.jfree.chart.axis.CyclicNumberAxis
The offset.
offsetFromNewest(int) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
Returns the actual index to a time offset by "delta" from newestAt.
offsetFromOldest(int) - method in class org.jfree.data.time.DynamicTimeSeriesCollection
??
OHLC - class org.jfree.data.time.ohlc.OHLC
A high low data record (immutable).
OHLC(double,double,double,double) - constructor for class org.jfree.data.time.ohlc.OHLC
Creates a new instance of OHLC.
OHLCDataItem - class org.jfree.data.xy.OHLCDataItem
Represents a single (open-high-low-close) data item in an DefaultOHLCDataset.
Creates a new item.
OHLCDataset - interface org.jfree.data.xy.OHLCDataset
An interface that defines data in the form of (x, high, low, open, close) tuples.
OHLCItem - class org.jfree.data.time.ohlc.OHLCItem
An item representing data in the form (period, open, high, low, close).
Creates a new instance of OHLCItem.
OHLCSeries - class org.jfree.data.time.ohlc.OHLCSeries
A list of (RegularTimePeriod, open, high, low, close) data items.
OHLCSeries(Comparable) - constructor for class org.jfree.data.time.ohlc.OHLCSeries
Creates a new empty series.
OHLCSeriesCollection - class org.jfree.data.time.ohlc.OHLCSeriesCollection
A collection of OHLCSeries objects.
OHLCSeriesCollection() - constructor for class org.jfree.data.time.ohlc.OHLCSeriesCollection
Creates a new instance of OHLCSeriesCollection.
org.jfree.chart - package
Core classes, including JFreeChart and ChartPanel.
A framework for addings annotations to charts.
Axis classes and interfaces.
Blocks and layout classes used extensively by the LegendTitle class.
Some basic demos to get you started.
Provides a simple (but so far incomplete) framework for editing chart properties.
Classes related to the encoding of charts to different image formats.
Classes representing components of (or entities in) a chart.
Event classes and listener interfaces, used to provide a change notification mechanism so that charts are automatically redrawn whenever changes are made to any chart component.
Classes, including ImageMapUtilities, for creating HTML image maps.
Generators and other classes used for the display of item labels and tooltips.
A range of objects that can be used to represent the needle on a CompassPlot.
Plot classes and related interfaces.
Core support for the plug-in renderers used by the CategoryPlot and XYPlot classes.
Plug-in renderers for the CategoryPlot class.
Plug-in renderers for the XYPlot class.
Localised resources for the JFreeChart class library.
Classes for providing useful servlet and JSP functionality.
Classes used to display chart titles and subtitles.
Classes for adding URLS to charts for HTML image map generation.
Utility classes used by JFreeChart.
org.jfree.data - package
The base package for classes that represent various types of data.
A package containing the CategoryDataset interface and related classes.
Datasets used by the ContourPlot class.
Representation for simple functions.
Data interfaces and classes for Gantt charts.
Data interfaces and classes.
Miscellaneous support for input/output of data.
Dataset classes that fetch data from a database via JDBC.
Resource bundles for items that require localisation.
Classes for representing statistical data.
Interfaces and classes for time-related data.
Classes for representing financial data in open-high-low-close form.
Support for reading datasets from XML files.
A package containing the XYDataset interface and related classes.
Outlier - class org.jfree.chart.renderer.Outlier
Represents one outlier in the box and whisker plot.
Outlier(double,double,double) - constructor for class org.jfree.chart.renderer.Outlier
Constructs an outlier item consisting of a point and the radius of the outlier ellipse
OutlierList - class org.jfree.chart.renderer.OutlierList
A collection of outliers for a single entity in a box and whisker plot.
OutlierList(org.jfree.chart.renderer.Outlier) - constructor for class org.jfree.chart.renderer.OutlierList
Creates a new list containing a single outlier.
OutlierListCollection - class org.jfree.chart.renderer.OutlierListCollection
A collection of outlier lists for a box and whisker plot.
OutlierListCollection() - constructor for class org.jfree.chart.renderer.OutlierListCollection
Creates a new empty collection.
OUTSIDE1 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE1.
OUTSIDE10 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE10.
OUTSIDE11 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE11.
OUTSIDE12 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE12.
OUTSIDE2 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE2.
OUTSIDE3 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE3.
OUTSIDE4 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE4.
OUTSIDE5 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE5.
OUTSIDE6 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE6.
OUTSIDE7 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE7.
OUTSIDE8 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE8.
OUTSIDE9 - static field in class org.jfree.chart.labels.ItemLabelAnchor
OUTSIDE9.
overlaps(org.jfree.chart.renderer.Outlier) - method in class org.jfree.chart.renderer.Outlier
Returns a true if outlier is overlapped and false if it is not.
Returns true if this bin overlaps with the specified bin, and false otherwise.
Generates tooltips using the OverLIB library (http://www.bosrup.com/web/overlib/).
A dataset to hold the interpolated points when drawing new lines.
Creates a new dataset.