Uses of Interface
org.jfree.chart.axis.Timeline
Packages that use Timeline
-
Uses of Timeline in org.jfree.chart.axis
Classes in org.jfree.chart.axis that implement TimelineModifier and TypeClassDescriptionprivate static classA timeline that includes all milliseconds (as defined byjava.util.Date) in the real time line.Fields in org.jfree.chart.axis declared as TimelineModifier and TypeFieldDescriptionprivate static final TimelineDateAxis.DEFAULT_TIMELINEA static default timeline shared by all standard DateAxisprivate TimelineDateAxis.timelineOur underlying timeline.Methods in org.jfree.chart.axis that return TimelineModifier and TypeMethodDescriptionDateAxis.getTimeline()Returns the underlying timeline used by this axis.Methods in org.jfree.chart.axis with parameters of type TimelineModifier and TypeMethodDescriptionvoidDateAxis.setTimeline(Timeline timeline) Sets the underlying timeline to use for this axis.