Package swingtree.api

Interface ScrollIncrementSupplier

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 ScrollIncrementSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    get(Bounds visibleRectangle, UI.Align orientation, int direction)
    Returns the scroll increment for the given view rectangle, orientation and direction.