Class PolyPathBase
java.lang.Object
com.github.micycle1.clipper2.engine.PolyPathBase
- All Implemented Interfaces:
Iterable<PolyPathBase>
- Direct Known Subclasses:
PolyPath64,PolyPathD
-
Method Summary
Modifier and TypeMethodDescriptionabstract PolyPathBasefinal voidclear()This method clears the Polygon and deletes any contained children.final intgetCount()Indicates the number of contained children.final booleanIndicates whether the Polygon property represents a hole or the outer bounds of a polygon.final NodeIteratoriterator()toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
iterator
- Specified by:
iteratorin interfaceIterable<PolyPathBase>
-
getIsHole
public final boolean getIsHole()Indicates whether the Polygon property represents a hole or the outer bounds of a polygon. -
getCount
public final int getCount()Indicates the number of contained children. -
addChild
-
clear
public final void clear()This method clears the Polygon and deletes any contained children. -
toString
-