Interface ImageLambdaFilters.Rect_S32

Enclosing class:
ImageLambdaFilters
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 ImageLambdaFilters.Rect_S32
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    apply(int cx, int cy, int x0, int y0, int x1, int y1, Object workspace)
     
  • Method Details

    • apply

      int apply(int cx, int cy, int x0, int y0, int x1, int y1, Object workspace)