|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HighLowDataset | |
com.jrefinery.chart | The main classes in the JFreeChart class library. |
com.jrefinery.chart.demo | Demonstration applications for the JFreeChart class library. |
com.jrefinery.data | Data interfaces and classes. |
Uses of HighLowDataset in com.jrefinery.chart |
Methods in com.jrefinery.chart with parameters of type HighLowDataset | |
static JFreeChart |
ChartFactory.createHighLowChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
HighLowDataset data,
boolean legend)
Creates and returns a default instance of a high-low-open-close chart. |
static JFreeChart |
ChartFactory.createCandlestickChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
HighLowDataset data,
boolean legend)
Creates and returns a default instance of a candlesticks chart. |
Uses of HighLowDataset in com.jrefinery.chart.demo |
Methods in com.jrefinery.chart.demo that return HighLowDataset | |
static HighLowDataset |
DemoDatasetFactory.createSampleHighLowDataset()
Creates a sample high low dataset. |
HighLowDataset |
JFreeChartServletDemo.createHighLowDataset()
Creates and returns a sample high-low dataset for the demo. |
Uses of HighLowDataset in com.jrefinery.data |
Classes in com.jrefinery.data that implement HighLowDataset | |
class |
CombinedDataset
This class can combine XYDatasets, HighLowDatasets and IntervalXYDatasets together exposing the union of all the series under one Dataset. |
class |
DefaultHighLowDataset
A simple implementation of the HighLowDataset. |
class |
SubSeriesDataset
This class will create a Dataset with one or more series from another SeriesDataset. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |