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.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SegmentList
isnull
, when the list is empty.(package private) final SegmentList
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
above
isnull
, when the list is empty. -
below
-
-
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
-