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.geompackage.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) SegmentListSegmentList.SplitResults. aboveisnull, when the list is empty.(package private) SegmentListSegmentList.SplitResults. belowMethods in org.apache.batik.ext.awt.geom that return SegmentList Modifier and Type Method Description SegmentListSegmentList.SplitResults. getAbove()SegmentListSegmentList.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) SegmentListFlowRegions. slMethods in org.apache.batik.gvt.flow with parameters of type SegmentList Modifier and Type Method Description voidFlowRegions. sortRow(SegmentList sl)
-