Class SegmentedTimeline.BaseTimelineSegmentRange

All Implemented Interfaces:
Serializable, Cloneable, Comparable
Enclosing class:
SegmentedTimeline

Special SegmentRange that came from the BaseTimeline.
See Also:
  • Constructor Details

    • BaseTimelineSegmentRange

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