Uses of Package
net.coobird.thumbnailator.tasks.io
-
Packages that use net.coobird.thumbnailator.tasks.io Package Description net.coobird.thumbnailator This package contains classes which provide the core functionalities of Thumbnailator, includingThumbnails, the entry point for most use cases of Thumbnailator.net.coobird.thumbnailator.tasks This package provides classes which perform image input and output operations, which can be used to aid in creating and writing thumbnails to and from external sources.net.coobird.thumbnailator.tasks.io This package provides classes which perform image input and output operations in conjunction with theSourceSinkThumbnailTaskclass. -
Classes in net.coobird.thumbnailator.tasks.io used by net.coobird.thumbnailator Class Description ImageSource An interface to be implemented by classes which read or retrieve images from which a thumbnail should be produced. -
Classes in net.coobird.thumbnailator.tasks.io used by net.coobird.thumbnailator.tasks Class Description ImageSink An interface to be implemented by classes which stores the image resulting from a thumbnail generation task.ImageSource An interface to be implemented by classes which read or retrieve images from which a thumbnail should be produced. -
Classes in net.coobird.thumbnailator.tasks.io used by net.coobird.thumbnailator.tasks.io Class Description AbstractImageSink An abstract class forImageSinks.AbstractImageSource An abstract class forImageSources.ImageSink An interface to be implemented by classes which stores the image resulting from a thumbnail generation task.ImageSource An interface to be implemented by classes which read or retrieve images from which a thumbnail should be produced.