Package org.robolectric.shadows
Class CachedPathIteratorFactory
java.lang.Object
org.robolectric.shadows.CachedPathIteratorFactory
Class that returns iterators for a given path. These iterators are lightweight and can be reused
multiple times to iterate over the path.
copied from https://github.com/aosp-mirror/platform_frameworks_base/blob/oreo-release/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/CachedPathIteratorFactory.java
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
Class that allows us to iterate over a path multiple times -
Constructor Summary
-
Method Summary
-
Constructor Details
-
CachedPathIteratorFactory
public CachedPathIteratorFactory(java.awt.geom.PathIterator iterator)
-
-
Method Details
-
iterator
-