|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SegmentOverlapEnum
Describes the overlap between segments.
Field Summary | |
---|---|
static int |
SegmentOverlapEqual
Segments overlap completely. |
static int |
SegmentOverlapLeftAtBeginning
The beginning of the left segment completely overlaps the right segment. |
static int |
SegmentOverlapMask
Mask for overlap. |
static int |
SegmentOverlapRightAtBeginning
The beginning of the right segment completely overlaps the left segment. |
static int |
SegmentOverlapRightAtEnd
The right segment is completely overlapped at the end of the left segment. |
static int |
SegmentOverlapRightInMiddle
The right segment is completely overlapped within the middle of the left segment. |
static int |
SegmentOverlapStaggered
Overlap is staggered between segments without either being completely overlapped. |
static int |
SegmentOverlapVertical
Segments overlap occurs vertically. |
Field Detail |
---|
static final int SegmentOverlapEqual
static final int SegmentOverlapRightAtBeginning
static final int SegmentOverlapLeftAtBeginning
static final int SegmentOverlapRightInMiddle
static final int SegmentOverlapRightAtEnd
static final int SegmentOverlapStaggered
static final int SegmentOverlapMask
static final int SegmentOverlapVertical
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |