Interface RendererClass.OnDrawErrorUnderline

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.OnDrawErrorUnderline
  • Method Details

    • onDrawErrorUnderline

      void onDrawErrorUnderline(CallbackHandler __self, @Nonnull Renderer renderer, int x, int y, int width, int height)
      Parameters:
      renderer - a `PangoRenderer`
      x - X coordinate of underline, in Pango units in user coordinate system
      y - Y coordinate of underline, in Pango units in user coordinate system
      width - width of underline, in Pango units in user coordinate system
      height - height of underline, in Pango units in user coordinate system