Uses of Class
org.evoludo.geom.Path2D.Iterator
Packages that use Path2D.Iterator
-
Uses of Path2D.Iterator in org.evoludo.geom
Methods in org.evoludo.geom that return Path2D.IteratorModifier and TypeMethodDescriptionfinal Path2D.Iterator
Path2D.getPathIterator()
Returns an iterator object that iterates along this path.Methods in org.evoludo.geom with parameters of type Path2D.IteratorModifier and TypeMethodDescriptionfinal void
Path2D.append
(Path2D.Iterator pi, boolean connect) Appends the geometry of the specifiedPath2D.Iterator
object to the path, possibly connecting the new geometry to the existing path segments with a line segment.