Uses of Class
org.jfree.chart.axis.SegmentedTimeline.Segment
Packages that use SegmentedTimeline.Segment
-
Uses of SegmentedTimeline.Segment in org.jfree.chart.axis
Subclasses of SegmentedTimeline.Segment in org.jfree.chart.axisModifier and TypeClassDescriptionprotected classSpecialSegmentRangethat came from the BaseTimeline.protected classPrivate internal class to represent a range of segments.Methods in org.jfree.chart.axis that return SegmentedTimeline.SegmentModifier and TypeMethodDescriptionSegmentedTimeline.Segment.copy()Returns a copy of ourselves ornullif there was an exception during cloning.SegmentedTimeline.getSegment(long millisecond) Returns a segment that contains a domainValue.SegmentedTimeline.getSegment(Date date) Returns a segment that contains a date.SegmentedTimeline.Segment.intersect(long from, long to) Returns a segment that is the intersection of this segment and the interval.SegmentedTimeline.SegmentRange.intersect(long from, long to) Returns a segment that is the intersection of this segment and the interval.Methods in org.jfree.chart.axis with parameters of type SegmentedTimeline.SegmentModifier and TypeMethodDescriptionbooleanSegmentedTimeline.Segment.after(SegmentedTimeline.Segment other) Returnstrueif this segment is wholly after another segment.booleanSegmentedTimeline.Segment.before(SegmentedTimeline.Segment other) Returnstrueif this segment is wholly before another segment.booleanSegmentedTimeline.Segment.contains(SegmentedTimeline.Segment segment) Returnstrueif a segment is contained in this segment.