Returns the actual index to a time offset by "delta" from newestAt.
OHLC - class org.jfree.data.time.ohlc.
OHLC A high low data record (immutable).
Creates a new instance of OHLC
.
An interface that defines data in the form of (x, high, low, open, close)
tuples.
An item representing data in the form (period, open, high, low, close).
Creates a new instance of OHLCItem
.
A list of (RegularTimePeriod, open, high, low, close) data items.
Creates a new empty series.
Creates a new instance of OHLCSeriesCollection
.
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.
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.
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.
The base package for classes that represent various types of data.
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.
Represents one outlier in the box and whisker plot.
Constructs an outlier item consisting of a point and the radius of the
outlier ellipse
A collection of outliers for a single entity in a box and whisker plot.
Creates a new list containing a single outlier.
A collection of outlier lists for a box and whisker plot.
Creates a new empty collection.
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.