Frames | No Frames |
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 | SegmentedTimeline.getSegment(Date date) 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 | SegmentedTimeline.SegmentRange.intersect(long from, long to) Returns a segment that is the intersection of this segment and the
interval. |