Uses of Class org.jfree.chart.axis.SegmentedTimeline.Segment

Uses in package org.jfree.chart.axis

Classes derived from org.jfree.chart.axis.SegmentedTimeline.Segment

class
Special SegmentRange that came from the BaseTimeline.
class
Private internal class to represent a range of segments.

Methods with parameter type org.jfree.chart.axis.SegmentedTimeline.Segment

boolean
Returns true if this segment is wholly after another segment.
boolean
Returns true if this segment is wholly before another segment.
boolean
Returns true if a segment is contained in this segment.

Methods with return type org.jfree.chart.axis.SegmentedTimeline.Segment

SegmentedTimeline.Segment
Returns a copy of ourselves or null if there was an exception during cloning.
SegmentedTimeline.Segment
Returns a segment that contains a date.
SegmentedTimeline.Segment
SegmentedTimeline.getSegment(long millisecond)
Returns a segment that contains a domainValue.
SegmentedTimeline.Segment
SegmentedTimeline.Segment.intersect(long from, long to)
Returns a segment that is the intersection of this segment and the interval.
SegmentedTimeline.Segment
Returns a segment that is the intersection of this segment and the interval.