Uses of Interface
org.jfree.data.HighLowDataset
| Package | Description |
|---|---|
| org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel. |
| org.jfree.chart.demo | |
| org.jfree.data |
Data interfaces and classes.
|
-
Uses of HighLowDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type HighLowDataset Modifier and Type Method Description static JFreeChartChartFactory. createCandlestickChart(String title, String timeAxisLabel, String valueAxisLabel, HighLowDataset dataset, boolean legend)Creates and returns a default instance of a candlesticks chart.static JFreeChartChartFactory. createHighLowChart(String title, String timeAxisLabel, String valueAxisLabel, HighLowDataset dataset, boolean legend)Creates and returns a default instance of a high-low-open-close chart.static JFreeChartChartFactory. createHighLowChart(String title, String timeAxisLabel, String valueAxisLabel, HighLowDataset dataset, Timeline timeline, boolean legend)Creates and returns a default instance of a high-low-open-close chart with a special timeline. -
Uses of HighLowDataset in org.jfree.chart.demo
Methods in org.jfree.chart.demo that return HighLowDataset Modifier and Type Method Description static HighLowDatasetDemoDatasetFactory. createHighLowDataset()Creates a sample high low dataset.static HighLowDatasetDemoDatasetFactory. createSegmentedHighLowDataset(SegmentedTimeline timeline, Date start)Creates a sample high low dataset for a SegmentedTimeline -
Uses of HighLowDataset in org.jfree.data
Classes in org.jfree.data that implement HighLowDataset Modifier and Type Class Description classCombinedDatasetThis class can combine instances ofXYDataset,HighLowDatasetandIntervalXYDatasettogether exposing the union of all the series under one dataset.classDefaultHighLowDatasetA simple implementation of theHighLowDataset.classOHLCDatasetA simple implementation of theHighLowDatasetinterface.classSubSeriesDatasetThis class will create a dataset with one or more series from anotherSeriesDataset.