Uses of Class
org.apache.batik.ext.awt.geom.SegmentList
-
Packages that use SegmentList Package Description org.apache.batik.ext.awt.geom Contains extensions to thejava.awt.geom
package.org.apache.batik.gvt.flow -
-
Uses of SegmentList in org.apache.batik.ext.awt.geom
Fields in org.apache.batik.ext.awt.geom declared as SegmentList Modifier and Type Field Description (package private) SegmentList
SegmentList.SplitResults. above
isnull
, when the list is empty.(package private) SegmentList
SegmentList.SplitResults. below
Methods in org.apache.batik.ext.awt.geom that return SegmentList Modifier and Type Method Description SegmentList
SegmentList.SplitResults. getAbove()
SegmentList
SegmentList.SplitResults. getBelow()
Constructors in org.apache.batik.ext.awt.geom with parameters of type SegmentList Constructor Description SplitResults(SegmentList above, SegmentList below)
-
Uses of SegmentList in org.apache.batik.gvt.flow
Fields in org.apache.batik.gvt.flow declared as SegmentList Modifier and Type Field Description (package private) SegmentList
FlowRegions. sl
Methods in org.apache.batik.gvt.flow with parameters of type SegmentList Modifier and Type Method Description void
FlowRegions. sortRow(SegmentList sl)
-