Interface StudioRowList.RowRenderer

Enclosing class:
StudioRowList
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 StudioRowList.RowRenderer
Draws one row's content. The hover fill is already painted underneath.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    draw(UiContext ui, int index, int x, int y, int w, int h, boolean hovered)
     
  • Method Details

    • draw

      void draw(UiContext ui, int index, int x, int y, int w, int h, boolean hovered)