Interface | Description |
---|---|
ScalablePictureListener |
This interface allows an object to inform another object that the status it is listening on has
changed.
|
SourcePictureListener |
This interface allows an object to inform another object that the status it is listening on has
changed.
|
Class | Description |
---|---|
ImageViewPanel |
*
|
LoadThread |
a class that moves all pictures of a group to a target directory
|
PictureCache |
class that manages the cache of pictures
|
ScalablePicture |
a class to load and scale an image either immediately or in a separate thread.
|
ScaleThread |
a thread object that calls the ScalablePicture scalePicture method
|
Scalr |
Class used to implement performant, high-quality and intelligent image
scaling and manipulation algorithms in native Java 2D.
|
SourcePicture |
a class to load and scale a picture either immediately or in a
separate thread from a URL
|
Tools |
Enum | Description |
---|---|
Scalr.Method |
Used to define the different scaling hints that the algorithm can use.
|
Scalr.Mode |
Used to define the different modes of resizing that the algorithm can
use.
|
Scalr.Rotation |
Used to define the different types of rotations that can be applied to an
image during a resize operation.
|