Package org.apache.batik.ext.awt.geom
Class SegmentList.SplitResults
java.lang.Object
org.apache.batik.ext.awt.geom.SegmentList.SplitResults
- Enclosing class:
SegmentList
read-only helper class to represent a split-result.
So far, used only by FlowRegions.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SplitResults
-
-
Method Details
-
getAbove
- Returns:
- the list of segments above some split-point - can be null
-
getBelow
- Returns:
- the list of segments below some split-point - can be null
-