Class Patch

All Implemented Interfaces:
AutoCloseable

public final class Patch extends Surface implements AutoCloseable
A patch is a surface based on a single ring, thus not having any holes.

You can read more about the available geometries here.

See Also:
  • Method Details

    • finalize

      protected void finalize()
      Overrides:
      finalize in class Surface
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class Surface
    • getBaseGeometry

      @NotNull public Ring getBaseGeometry()
      Returns the base ring geometry on which the patch is based.
      Returns:
      the base ring geometry on which the patch is based.