Uses of Interface
VASSAL.tools.lang.Callback
-
Uses of Callback in VASSAL.tools.image.tilecache
Modifier and TypeMethodDescriptionvoid
FileArchiveImageTiler.run
(FileArchive fa, String tpath, int tw, int th, Iterable<String> ipaths, ExecutorService exec, ImageLoader loader, TileSlicer slicer, Callback<String> imageStartListener, Callback<String> imageDoneListener, Callback<Void> tileListener, Callback<Void> doneListener) Tile image contained in an archive.void
TileSlicer.slice
(BufferedImage src, String iname, String tpath, int tw, int th, ExecutorService exec, Callback<Void> progress) Slices an image into tiles.void
TileSlicerImpl.slice
(BufferedImage src, String iname, String tpath, int tw, int th, ExecutorService exec, Callback<Void> progress) Slices an image into tiles.