Interface RendererClass.OnDrawRectangle

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.OnDrawRectangle
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDrawRectangle(CallbackHandler __self, Renderer renderer, int part, int x, int y, int width, int height)
     
  • Method Details

    • onDrawRectangle

      void onDrawRectangle(CallbackHandler __self, @Nonnull Renderer renderer, int part, int x, int y, int width, int height)
      Parameters:
      renderer - a `PangoRenderer`
      part - type of object this rectangle is part of
      x - X position at which to draw rectangle, in user space coordinates in Pango units
      y - Y position at which to draw rectangle, in user space coordinates in Pango units
      width - width of rectangle in Pango units
      height - height of rectangle in Pango units