Package | Description |
---|---|
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Class and Description |
---|---|
protected class |
SegmentedTimeline.BaseTimelineSegmentRange
Special
SegmentRange that came from the BaseTimeline. |
protected class |
SegmentedTimeline.SegmentRange
Private internal class to represent a range of segments.
|
Modifier and Type | Method and Description |
---|---|
SegmentedTimeline.Segment |
SegmentedTimeline.Segment.copy()
Returns a copy of ourselves or
null if there was an
exception during cloning. |
SegmentedTimeline.Segment |
SegmentedTimeline.getSegment(java.util.Date date)
Returns a segment that contains a date.
|
SegmentedTimeline.Segment |
SegmentedTimeline.getSegment(long millisecond)
Returns a segment that contains a domainValue.
|
SegmentedTimeline.Segment |
SegmentedTimeline.Segment.intersect(long from,
long to)
Returns a segment that is the intersection of this segment and the
interval.
|
SegmentedTimeline.Segment |
SegmentedTimeline.SegmentRange.intersect(long from,
long to)
Returns a segment that is the intersection of this segment and the
interval.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SegmentedTimeline.Segment.after(SegmentedTimeline.Segment other)
Returns
true if this segment is wholly after another
segment. |
boolean |
SegmentedTimeline.Segment.before(SegmentedTimeline.Segment other)
Returns
true if this segment is wholly before another
segment. |
boolean |
SegmentedTimeline.Segment.contains(SegmentedTimeline.Segment segment)
Returns
true if a segment is contained in this segment. |