Interface Painter.PosPredicate

Enclosing interface:
Painter

public static interface Painter.PosPredicate
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(int x, int y, int z)
     
  • Method Details

    • test

      boolean test(int x, int y, int z)