org.apache.batik.ext.awt.geom
public static class SegmentList.SplitResults extends Object
| Constructor Summary | |
|---|---|
| SplitResults(SegmentList above, SegmentList below) | |
| Method Summary | |
|---|---|
| SegmentList | getAbove() |
| SegmentList | getBelow() |
Returns: the list of segments above some split-point - can be null
Returns: the list of segments below some split-point - can be null