Class CompositePatch

All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
Polygon

public class CompositePatch extends Surface implements AutoCloseable
Represents a composite patch.
See Also:
  • Method Details Link icon

    • finalize Link icon

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

      public void close()
      Specified by:
      close in interface AutoCloseable
      Overrides:
      close in class Surface
    • getExteriorPatch Link icon

      @NotNull public Patch getExteriorPatch()
      Returns the exterior patch of this composite patch.
      Returns:
      the exterior patch of this composite patch.
    • getInteriorPatches Link icon

      @NotNull public List<@NotNull Patch> getInteriorPatches()
      Returns the interior patches of this composite patch.
      Returns:
      the interior patches of this composite patch.