|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OHLCDataset | |
org.jfree.chart | Core classes, including JFreeChart and
ChartPanel . |
org.jfree.data.general | Data interfaces and classes. |
org.jfree.data.xy | A package containing the XYDataset interface and related classes. |
Uses of OHLCDataset in org.jfree.chart |
Methods in org.jfree.chart with parameters of type OHLCDataset | |
static JFreeChart |
ChartFactory.createCandlestickChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
OHLCDataset dataset,
boolean legend)
Creates and returns a default instance of a candlesticks chart. |
static JFreeChart |
ChartFactory.createHighLowChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
OHLCDataset dataset,
boolean legend)
Creates and returns a default instance of a high-low-open-close chart. |
static JFreeChart |
ChartFactory.createHighLowChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
OHLCDataset dataset,
Timeline timeline,
boolean legend)
Creates and returns a default instance of a high-low-open-close chart with a special timeline. |
Uses of OHLCDataset in org.jfree.data.general |
Classes in org.jfree.data.general that implement OHLCDataset | |
class |
CombinedDataset
This class can combine instances of XYDataset , OHLCDataset
and IntervalXYDataset together exposing the union of all the series
under one dataset. |
class |
SubSeriesDataset
This class will create a dataset with one or more series from another SeriesDataset . |
Uses of OHLCDataset in org.jfree.data.xy |
Classes in org.jfree.data.xy that implement OHLCDataset | |
class |
DefaultHighLowDataset
A simple implementation of the OHLCDataset . |
class |
DefaultOHLCDataset
A simple implementation of the OHLCDataset interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |