Class BufferedPattern2D

All Implemented Interfaces:
ResettablePattern, Filter, Resettable, Pattern

public class BufferedPattern2D extends BufferedPattern
  • Constructor Details

    • BufferedPattern2D

      public BufferedPattern2D(Actor actor, Pattern parent)
      Create a new Pattern instance
      Parameters:
      actor - actor associated with the pattern
      parent - pattern to set
    • BufferedPattern2D

      public BufferedPattern2D(Actor actor, Pattern parent, @Nullable Region region)
      Create a new Pattern instance
      Parameters:
      actor - actor associated with the pattern
      parent - pattern to set
      region - anticipated area of the edit
      Since:
      2.2.0
  • Method Details