| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.jfree.chart.axis.SegmentedTimeline.Segmentorg.jfree.chart.axis.SegmentedTimeline.SegmentRangeorg.jfree.chart.axis.SegmentedTimeline.BaseTimelineSegmentRangeprotected class SegmentedTimeline.BaseTimelineSegmentRangeextends SegmentedTimeline.SegmentRangeSegmentRange that came from the BaseTimeline.
Field Summary |
Fields inherited from class org.jfree.chart.axis.SegmentedTimeline.Segment | |
millisecond, segmentEnd, segmentNumber, segmentStart | |
Constructor Summary | |
| |
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 | |
public BaseTimelineSegmentRange(long fromDomainValue, long toDomainValue)
Constructor.
- Parameters:
fromDomainValue- the start value.toDomainValue- the end value.