Interface Painter

All Known Implementing Classes:
BasicPainter
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 interface Painter
  • Method Summary

    Modifier and Type
    Method
    Description
    static Painter
    compose(Painter... painters)
     
    void
    paint(io.github.humbleui.skija.Canvas canvas, Layout layout)
     
  • Method Details

    • paint

      void paint(io.github.humbleui.skija.Canvas canvas, Layout layout)
    • compose

      static Painter compose(Painter... painters)