Uses of Class
org.jfree.chart.axis.SegmentedTimeline.Segment
-
Packages that use SegmentedTimeline.Segment Package Description org.jfree.chart.axis Axis classes and interfaces. -
-
Uses of SegmentedTimeline.Segment in org.jfree.chart.axis
Subclasses of SegmentedTimeline.Segment in org.jfree.chart.axis Modifier and Type Class Description protected classSegmentedTimeline.BaseTimelineSegmentRangeSpecialSegmentRangethat came from the BaseTimeline.protected classSegmentedTimeline.SegmentRangePrivate internal class to represent a range of segments.Methods in org.jfree.chart.axis that return SegmentedTimeline.Segment Modifier and Type Method Description SegmentedTimeline.SegmentSegmentedTimeline.Segment. copy()Returns a copy of ourselves ornullif there was an exception during cloning.SegmentedTimeline.SegmentSegmentedTimeline. getSegment(long millisecond)Returns a segment that contains a domainValue.SegmentedTimeline.SegmentSegmentedTimeline. getSegment(java.util.Date date)Returns a segment that contains a date.SegmentedTimeline.SegmentSegmentedTimeline.Segment. intersect(long from, long to)Returns a segment that is the intersection of this segment and the interval.SegmentedTimeline.SegmentSegmentedTimeline.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.Segment Modifier and Type Method Description booleanSegmentedTimeline.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.
-