Class SegmentedTimeline.BaseTimelineSegmentRange
java.lang.Object
org.jfree.chart.axis.SegmentedTimeline.Segment
org.jfree.chart.axis.SegmentedTimeline.SegmentRange
org.jfree.chart.axis.SegmentedTimeline.BaseTimelineSegmentRange
- All Implemented Interfaces:
Serializable, Cloneable, Comparable
- Enclosing class:
SegmentedTimeline
Special
SegmentRange that came from the BaseTimeline.- See Also:
-
Field Summary
Fields inherited from class SegmentedTimeline.Segment
millisecond, segmentEnd, segmentNumber, segmentStart -
Constructor Summary
ConstructorsConstructorDescriptionBaseTimelineSegmentRange(long fromDomainValue, long toDomainValue) Constructor. -
Method Summary
Methods inherited from class SegmentedTimeline.SegmentRange
getSegmentCount, inc, inExcludeSegments, inIncludeSegments, intersectMethods inherited from class SegmentedTimeline.Segment
after, before, calculateSegmentNumber, compareTo, contained, contains, contains, contains, copy, dec, dec, equals, getDate, getMillisecond, getSegmentEnd, getSegmentNumber, getSegmentStart, inc, inExceptionSegments, moveIndexToEnd, moveIndexToStart
-
Constructor Details
-
BaseTimelineSegmentRange
Constructor.- Parameters:
fromDomainValue- the start value.toDomainValue- the end value.
-