|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.jaret.util.ui.timebars.strategy.OverlapInfo
public class OverlapInfo
Simple struct class to store overlap information.
| Field Summary | |
|---|---|
de.jaret.util.date.Interval |
interval
Interval the information corresponds to. |
int |
maxOverlapping
maximum overlapping count including transitive overlaps. |
java.util.List<de.jaret.util.date.Interval> |
overlapping
list of intervals that overlap. |
int |
overlappingCount
number of overlapping intervals. |
int |
pos
position in the row; -1 marks unassigned position. |
| Constructor Summary | |
|---|---|
OverlapInfo()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public de.jaret.util.date.Interval interval
public int overlappingCount
public int maxOverlapping
public java.util.List<de.jaret.util.date.Interval> overlapping
public int pos
| Constructor Detail |
|---|
public OverlapInfo()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||