org.jfree.chart.axis

Class SegmentedTimeline.BaseTimelineSegmentRange

Enclosing Class:
SegmentedTimeline
Implemented Interfaces:
Cloneable, Comparable, Serializable

protected class SegmentedTimeline.BaseTimelineSegmentRange
extends SegmentedTimeline.SegmentRange

Special SegmentRange that came from the BaseTimeline.

Field Summary

Fields inherited from class org.jfree.chart.axis.SegmentedTimeline.Segment

millisecond, segmentEnd, segmentNumber, segmentStart

Constructor Summary

BaseTimelineSegmentRange(long fromDomainValue, long toDomainValue)
Constructor.

Method Summary

Methods inherited from class org.jfree.chart.axis.SegmentedTimeline.SegmentRange

getSegmentCount, inExcludeSegments, inIncludeSegments, inc, intersect

Methods inherited from class org.jfree.chart.axis.SegmentedTimeline.Segment

after, before, calculateSegmentNumber, compareTo, contained, contains, contains, contains, copy, dec, dec, equals, getDate, getMillisecond, getSegmentCount, getSegmentEnd, getSegmentNumber, getSegmentStart, inExceptionSegments, inExcludeSegments, inIncludeSegments, inc, inc, intersect, moveIndexToEnd, moveIndexToStart

Constructor Details

BaseTimelineSegmentRange

public BaseTimelineSegmentRange(long fromDomainValue,
                                long toDomainValue)
Constructor.
Parameters:
fromDomainValue - the start value.
toDomainValue - the end value.