ThumbnailParameterBuilder |
ThumbnailParameterBuilder.filters(java.util.List<ImageFilter> filters) |
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.fitWithinDimensions(boolean fit) |
Sets whether or not the thumbnail should fit within the specified
dimensions.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.format(java.lang.String format) |
Sets the output format of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.formatType(java.lang.String formatType) |
Sets the output format type of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.imageType(int type) |
Sets the image type fo the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.keepAspectRatio(boolean keep) |
Sets whether or not the thumbnail is to maintain the aspect ratio of
the original image.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.quality(float quality) |
Sets the compression quality setting of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.region(Region sourceRegion) |
Sets the region of the source image to use when creating a thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.resizer(Resizer resizer) |
Sets the Resizer to use when performing the resizing operation
to create the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.resizerFactory(ResizerFactory resizerFactory) |
Sets the ResizerFactory to use to obtain a Resizer when
performing the resizing operation to create the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.scale(double scalingFactor) |
Sets the scaling factor of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.scale(double widthScalingFactor,
double heightScalingFactor) |
Sets the scaling factor of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.size(int width,
int height) |
Sets the size of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.size(java.awt.Dimension size) |
Sets the size of the thumbnail.
|
ThumbnailParameterBuilder |
ThumbnailParameterBuilder.useExifOrientation(boolean use) |
Sets whether or not the Exif metadata should be used to determine the
orientation of the thumbnail.
|