Uses of Interface
VASSAL.tools.lang.Callback
Packages that use Callback
-
Uses of Callback in VASSAL.tools.image.tilecache
Methods in VASSAL.tools.image.tilecache with parameters of type CallbackModifier and TypeMethodDescriptionvoid
FileArchiveImageTiler.run(FileArchive fa, String tpath, int tw, int th, String[] ipaths, ExecutorService exec, ImageLoader loader, TileSlicer slicer, Callback<String> imageListener, 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.