org.jfree.chart.axis

Class SegmentedTimeline.BaseTimelineSegmentRange

protected class SegmentedTimeline.BaseTimelineSegmentRange extends SegmentedTimeline.SegmentRange

Special SegmentRange that came from the BaseTimeline.
Constructor Summary
BaseTimelineSegmentRange(long fromDomainValue, long toDomainValue)
Constructor.

Constructor Detail

BaseTimelineSegmentRange

public BaseTimelineSegmentRange(long fromDomainValue, long toDomainValue)
Constructor.

Parameters: fromDomainValue the start value. toDomainValue the end value.