Package icyllis.arc3d.core
Interface PathIterable
public interface PathIterable
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
forEach
(PathConsumer action) int
Returns the filling rule for determining the interior of the path.
-
Method Details
-
getFillRule
int getFillRule()Returns the filling rule for determining the interior of the path.- Returns:
- the winding rule.
- See Also:
-
getPathIterator
-
forEach
-