Uses of Class
org.jfree.chart.axis.SegmentedTimeline.Segment
Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
-
Uses of SegmentedTimeline.Segment in org.jfree.chart.axis
Methods in org.jfree.chart.axis that return SegmentedTimeline.Segment Modifier and Type Method Description SegmentedTimeline.Segment
SegmentedTimeline.Segment. copy()
Returns a copy of ourselves ornull
if there was an exception during cloning.SegmentedTimeline.Segment
SegmentedTimeline. getSegment(long millisecond)
Returns a segment that contains a domainValue.SegmentedTimeline.Segment
SegmentedTimeline. getSegment(Date date)
Returns a segment that contains a date.SegmentedTimeline.Segment
SegmentedTimeline.Segment. 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 boolean
SegmentedTimeline.Segment. after(SegmentedTimeline.Segment other)
Returnstrue
if this segment is wholly after another segment.boolean
SegmentedTimeline.Segment. before(SegmentedTimeline.Segment other)
Returnstrue
if this segment is wholly before another segment.boolean
SegmentedTimeline.Segment. contains(SegmentedTimeline.Segment segment)
Returnstrue
if a segment is contained in this segment.