Class Paths64

All Implemented Interfaces:
Serializable, Cloneable, Iterable<Path64>, Collection<Path64>, List<Path64>, RandomAccess, SequencedCollection<Path64>

public class Paths64 extends ArrayList<Path64>
Paths64 represent one or more Path64 structures. While a single path can represent a simple polygon, multiple paths are usually required to define complex polygons that contain one or more holes.
See Also:
  • Constructor Details

    • Paths64

      public Paths64()
    • Paths64

      public Paths64(int n)
    • Paths64

      public Paths64(List<Path64> paths)
    • Paths64

      public Paths64(Path64... paths)
  • Method Details