Interface BlockAperture.BlockRenderer

Enclosing class:
BlockAperture
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface BlockAperture.BlockRenderer
  • Method Details

    • render

      void render(List<GerberOperation> ops, double dx, double dy, GerberOutputTarget target, ApertureTransform transform)
      Renders the given operations with the specified offset and transform.
      Parameters:
      ops - the list of operations to render
      dx - the x offset
      dy - the y offset
      target - the output target
      transform - the aperture transform