Uses of Record Class
org.jhotdraw8.base.concurrent.TileTask.Tile
Packages that use TileTask.Tile
-
Uses of TileTask.Tile in org.jhotdraw8.base.concurrent
Method parameters in org.jhotdraw8.base.concurrent with type arguments of type TileTask.TileModifier and TypeMethodDescriptionstatic voidTileTask.forEach(int x, int y, int width, int height, int chunkSize, Consumer<TileTask.Tile> action) static CompletableFuture<Void> TileTask.fork(int x, int y, int width, int height, int chunkSize, Consumer<TileTask.Tile> action) Constructors in org.jhotdraw8.base.concurrent with parameters of type TileTask.TileModifierConstructorDescriptionTileTask(@NonNull TileTask.Tile tile, int chunkSize, @NonNull Consumer<TileTask.Tile> tileConsumer, @NonNull CompletableFuture<Void> future) Constructor parameters in org.jhotdraw8.base.concurrent with type arguments of type TileTask.TileModifierConstructorDescriptionTileTask(@NonNull TileTask.Tile tile, int chunkSize, @NonNull Consumer<TileTask.Tile> tileConsumer, @NonNull CompletableFuture<Void> future)