Class 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 java.lang.Object

        getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • Path

        public Path()
    • Method Detail

      • iterator

        public java.util.Iterator<Subpath> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Subpath>