|
Class Summary |
| AsyncScalr |
Class used to provide the asynchronous versions of all the methods defined in
Scalr for the purpose of efficiently handling large amounts of image
operations via a select number of processing threads asynchronously. |
| AsyncScalr.DefaultThreadFactory |
Default ThreadFactory used by the internal
ExecutorService to creates execution Threads for image
scaling. |
| AsyncScalr.ServerThreadFactory |
An extension of the AsyncScalr.DefaultThreadFactory class that makes two
changes to the execution Threads it generations:
Threads are set to be daemon threads instead of user threads.
Threads execute with a priority of Thread.MIN_PRIORITY to
make them more compatible with server environment deployments.
This class is provided as a convenience for subclasses to use if they
want this (common) customization to the Threads used internally
by AsyncScalr to process images, but don't want to have to write
the implementation. |
| Scalr |
Class used to implement performant, high-quality and intelligent image
scaling and manipulation algorithms in native Java 2D. |