- offset - Variable 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 in org.jfree.data.time.ohlc
-
A data record containing open-high-low-close data (immutable).
- OHLC(double, double, double, double) - Constructor for class org.jfree.data.time.ohlc.OHLC
-
Creates a new instance of OHLC
.
- OHLCDataItem - Class in org.jfree.data.xy
-
- OHLCDataItem(Date, double, double, double, double, double) - Constructor for class org.jfree.data.xy.OHLCDataItem
-
Creates a new item.
- OHLCDataset - Interface in org.jfree.data.xy
-
An interface that defines data in the form of (x, high, low, open, close)
tuples.
- OHLCItem - Class in org.jfree.data.time.ohlc
-
An item representing data in the form (time-period, open, high, low,
close)
.
- OHLCItem(RegularTimePeriod, double, double, double, double) - Constructor for class org.jfree.data.time.ohlc.OHLCItem
-
Creates a new instance of OHLCItem
.
- OHLCSeries - Class in org.jfree.data.time.ohlc
-
- OHLCSeries(Comparable) - Constructor for class org.jfree.data.time.ohlc.OHLCSeries
-
Creates a new empty series.
- OHLCSeriesCollection - Class in org.jfree.data.time.ohlc
-
- OHLCSeriesCollection() - Constructor for class org.jfree.data.time.ohlc.OHLCSeriesCollection
-
Creates a new instance of OHLCSeriesCollection
.
- org.jfree.chart - package org.jfree.chart
-
- org.jfree.chart.annotations - package org.jfree.chart.annotations
-
A framework for adding annotations to charts.
- org.jfree.chart.axis - package org.jfree.chart.axis
-
Axis classes and interfaces.
- org.jfree.chart.block - package org.jfree.chart.block
-
Blocks and layout classes used extensively by the
LegendTitle
class.
- org.jfree.chart.demo - package org.jfree.chart.demo
-
Some basic demos to get you started.
- org.jfree.chart.editor - package org.jfree.chart.editor
-
Provides a simple (but so far incomplete) framework for editing chart
properties.
- org.jfree.chart.encoders - package org.jfree.chart.encoders
-
Classes related to the encoding of charts to different image formats.
- org.jfree.chart.entity - package org.jfree.chart.entity
-
Classes representing components of (or entities in) a chart.
- org.jfree.chart.event - package org.jfree.chart.event
-
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.
- org.jfree.chart.fx - package org.jfree.chart.fx
-
Core classes that provide JavaFX support for JFreeChart.
- org.jfree.chart.fx.demo - package org.jfree.chart.fx.demo
-
Basic demo applications showing the use of JFreeChart in JavaFX.
- org.jfree.chart.fx.interaction - package org.jfree.chart.fx.interaction
-
- org.jfree.chart.imagemap - package org.jfree.chart.imagemap
-
- org.jfree.chart.labels - package org.jfree.chart.labels
-
Generators and other classes used for the display of item labels and tooltips.
- org.jfree.chart.needle - package org.jfree.chart.needle
-
A range of objects that can be used to represent the needle on a
CompassPlot
.
- org.jfree.chart.panel - package org.jfree.chart.panel
-
- org.jfree.chart.plot - package org.jfree.chart.plot
-
Plot classes and related interfaces.
- org.jfree.chart.plot.dial - package org.jfree.chart.plot.dial
-
Classes for creating dial plots.
- org.jfree.chart.renderer - package org.jfree.chart.renderer
-
- org.jfree.chart.renderer.category - package org.jfree.chart.renderer.category
-
- org.jfree.chart.renderer.xy - package org.jfree.chart.renderer.xy
-
Plug-in renderers for the
XYPlot
class.
- org.jfree.chart.resources - package org.jfree.chart.resources
-
Localised resources for the JFreeChart class library.
- org.jfree.chart.servlet - package org.jfree.chart.servlet
-
Classes for providing useful servlet and JSP functionality.
- org.jfree.chart.title - package org.jfree.chart.title
-
Classes used to display chart titles and subtitles.
- org.jfree.chart.urls - package org.jfree.chart.urls
-
Classes for adding URLS to charts for HTML image map generation.
- org.jfree.chart.util - package org.jfree.chart.util
-
Utility classes used by JFreeChart.
- org.jfree.data - package org.jfree.data
-
The base package for classes that represent various types of data.
- org.jfree.data.category - package org.jfree.data.category
-
- org.jfree.data.contour - package org.jfree.data.contour
-
- org.jfree.data.function - package org.jfree.data.function
-
Representation for simple functions.
- org.jfree.data.gantt - package org.jfree.data.gantt
-
Data interfaces and classes for Gantt charts.
- org.jfree.data.general - package org.jfree.data.general
-
Data interfaces and classes.
- org.jfree.data.io - package org.jfree.data.io
-
Miscellaneous support for input/output of data.
- org.jfree.data.jdbc - package org.jfree.data.jdbc
-
Dataset classes that fetch data from a database via JDBC.
- org.jfree.data.resources - package org.jfree.data.resources
-
Resource bundles for items that require localisation.
- org.jfree.data.statistics - package org.jfree.data.statistics
-
Classes for representing statistical data.
- org.jfree.data.time - package org.jfree.data.time
-
Interfaces and classes for time-related data.
- org.jfree.data.time.ohlc - package org.jfree.data.time.ohlc
-
Classes for representing financial data in open-high-low-close form.
- org.jfree.data.xml - package org.jfree.data.xml
-
Support for reading datasets from XML files.
- org.jfree.data.xy - package org.jfree.data.xy
-
A package containing the
XYDataset
interface and related classes.
- Outlier - Class in org.jfree.chart.renderer
-
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 in org.jfree.chart.renderer
-
A collection of outliers for a single entity in a box and whisker plot.
- OutlierList(Outlier) - Constructor for class org.jfree.chart.renderer.OutlierList
-
Creates a new list containing a single outlier.
- OutlierListCollection - Class in org.jfree.chart.renderer
-
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 variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE1.
- OUTSIDE10 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE10.
- OUTSIDE11 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE11.
- OUTSIDE12 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE12.
- OUTSIDE2 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE2.
- OUTSIDE3 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE3.
- OUTSIDE4 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE4.
- OUTSIDE5 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE5.
- OUTSIDE6 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE6.
- OUTSIDE7 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE7.
- OUTSIDE8 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE8.
- OUTSIDE9 - Static variable in class org.jfree.chart.labels.ItemLabelAnchor
-
OUTSIDE9.
- overlaps(Outlier) - Method in class org.jfree.chart.renderer.Outlier
-
Returns a true if outlier is overlapped and false if it is not.
- overlapsWith(SimpleHistogramBin) - Method in class org.jfree.data.statistics.SimpleHistogramBin
-
Returns true
if this bin overlaps with the specified bin,
and false
otherwise.
- Overlay - Interface in org.jfree.chart.panel
-
Defines the interface for an overlay that can be added to a
ChartPanel
.
- overlayChanged(OverlayChangeEvent) - Method in class org.jfree.chart.ChartPanel
-
Handles a change to an overlay by repainting the panel.
- overlayChanged(OverlayChangeEvent) - Method in interface org.jfree.chart.event.OverlayChangeListener
-
This method is called to notify a listener of a change event.
- OverlayChangeEvent - Class in org.jfree.chart.event
-
- OverlayChangeEvent(Object) - Constructor for class org.jfree.chart.event.OverlayChangeEvent
-
Creates a new change event.
- OverlayChangeListener - Interface in org.jfree.chart.event
-
A listener for changes to an
Overlay
.
- OverLIBToolTipTagFragmentGenerator - Class in org.jfree.chart.imagemap
-
Generates tooltips using the OverLIB library
(http://www.bosrup.com/web/overlib/).
- OverLIBToolTipTagFragmentGenerator() - Constructor for class org.jfree.chart.imagemap.OverLIBToolTipTagFragmentGenerator
-
Creates a new instance.
- OverwriteDataSet(double[], double[], XYDataset) - Constructor for class org.jfree.chart.renderer.xy.CyclicXYItemRenderer.OverwriteDataSet
-
Creates a new dataset.