Uses of Interface
de.xima.fc.common.image.IImageThumbnailGenerator
-
Packages that use IImageThumbnailGenerator Package Description de.xima.fc.common.image de.xima.fc.gui.elfinder -
-
Uses of IImageThumbnailGenerator in de.xima.fc.common.image
Classes in de.xima.fc.common.image that implement IImageThumbnailGenerator Modifier and Type Class Description class
CropScaleImageThumbnailGenerator
A thumbnail generator that scales down images to a defined width and height.Methods in de.xima.fc.common.image that return IImageThumbnailGenerator Modifier and Type Method Description IImageThumbnailGenerator
CropScaleImageThumbnailGenerator.Builder. build()
Builds the thumbnail generator with the current configuration. -
Uses of IImageThumbnailGenerator in de.xima.fc.gui.elfinder
Methods in de.xima.fc.gui.elfinder with parameters of type IImageThumbnailGenerator Modifier and Type Method Description ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder<Entry,FileEntity>
ElFinderDynamicResourceFileEntityThumbnails.RequestHandlerBuilder. thumbnailGenerator(IImageThumbnailGenerator thumbnailGenerator)
Sets the thumbnail generator to use for generating thumbnails.
-