Package com.pdftools.toolbox.pdf.content
Class Path
- java.lang.Object
-
- com.pdftools.toolbox.internal.NativeBase
-
- com.pdftools.toolbox.internal.NativeObject
-
- com.pdftools.toolbox.pdf.content.Path
-
- All Implemented Interfaces:
java.lang.Iterable<Subpath>
public class Path extends NativeObject implements java.lang.Iterable<Subpath>
Paths define shapes, trajectories, and regions of all sorts.
A path is made up of one or more disconnected subpaths, each comprising a sequence of connected segments. The topology of the path is unrestricted: it can be concave or convex, can contain multiple subpaths representing disjoint areas, and can intersect itself in arbitrary ways.
-
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<Subpath>
iterator()
-
Methods inherited from class com.pdftools.toolbox.internal.NativeObject
equals, hashCode
-
-