Uses of Interface
org.jfree.chart.axis.Timeline
Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of Timeline in org.jfree.chart
Methods in org.jfree.chart with parameters of type Timeline Modifier and Type Method Description static JFreeChart
ChartFactory. 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 Timeline in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement Timeline Modifier and Type Class Description class
SegmentedTimeline
ATimeline
that implements a "segmented" timeline with included, excluded and exception segments.Methods in org.jfree.chart.axis that return Timeline Modifier and Type Method Description Timeline
DateAxis. getTimeline()
Returns the underlying timeline used by this axis.Methods in org.jfree.chart.axis with parameters of type Timeline Modifier and Type Method Description void
DateAxis. setTimeline(Timeline timeline)
Sets the underlying timeline to use for this axis.Constructors in org.jfree.chart.axis with parameters of type Timeline Constructor Description DateAxis(String label, Timeline timeline)
Creates a date axis.