Interface PaintableInterface.OnSnapshot

Enclosing class:
PaintableInterface
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 PaintableInterface.OnSnapshot
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onSnapshot(CallbackHandler __self, Paintable paintable, Snapshot snapshot, double width, double height)
     
  • Method Details

    • onSnapshot

      void onSnapshot(CallbackHandler __self, @Nonnull Paintable paintable, @Nonnull Snapshot snapshot, double width, double height)
      Parameters:
      paintable - a `GdkPaintable`
      snapshot - a `GdkSnapshot` to snapshot to
      width - width to snapshot in
      height - height to snapshot in