Uses of Interface
org.jfree.chart.axis.Timeline
-
Packages that use Timeline Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of Timeline in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement Timeline Modifier and Type Class Description private static class
DateAxis.DefaultTimeline
A timeline that includes all milliseconds (as defined byjava.util.Date
) in the real time line.Fields in org.jfree.chart.axis declared as Timeline Modifier and Type Field Description private static Timeline
DateAxis. DEFAULT_TIMELINE
A static default timeline shared by all standard DateAxisprivate Timeline
DateAxis. timeline
Our underlying timeline.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.
-