Interface TileSlicerImpl.TaskMaker

Enclosing class:
TileSlicerImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
protected static interface TileSlicerImpl.TaskMaker
  • Method Summary

    Modifier and Type Method Description
    VASSAL.tools.image.tilecache.TileTask make​(BufferedImage src, File f, int tx, int ty, int tw, int th, int dw, int dh)  
  • Method Details

    • make

      VASSAL.tools.image.tilecache.TileTask make​(BufferedImage src, File f, int tx, int ty, int tw, int th, int dw, int dh)