public class CachedPathIteratorFactory
extends java.lang.Object
Class that returns iterators for a given path. These iterators are lightweight and can be reused multiple times to iterate over the path.
Modifier and Type | Class and Description |
---|---|
class |
CachedPathIteratorFactory.CachedPathIterator
Class that allows us to iterate over a path multiple times
|
Constructor and Description |
---|
CachedPathIteratorFactory(java.awt.geom.PathIterator iterator) |
Modifier and Type | Method and Description |
---|---|
CachedPathIteratorFactory.CachedPathIterator |
iterator() |
public CachedPathIteratorFactory(java.awt.geom.PathIterator iterator)
public CachedPathIteratorFactory.CachedPathIterator iterator()