Interface RendererClass.OnDrawShape

Enclosing class:
RendererClass
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 RendererClass.OnDrawShape
  • Method Details

    • onDrawShape

      void onDrawShape(CallbackHandler __self, @Nonnull Renderer renderer, @Nonnull AttrShape attr, int x, int y)
      Parameters:
      renderer -
      attr -
      x -
      y -