Uses of Interface
org.codelibs.fess.thumbnail.ThumbnailGenerator
Packages that use ThumbnailGenerator
-
Uses of ThumbnailGenerator in org.codelibs.fess.thumbnail
Fields in org.codelibs.fess.thumbnail with type parameters of type ThumbnailGeneratorModifier and TypeFieldDescriptionprotected final List<ThumbnailGenerator> ThumbnailManager.generatorListList of available thumbnail generators.Methods in org.codelibs.fess.thumbnail with parameters of type ThumbnailGeneratorModifier and TypeMethodDescriptionvoidThumbnailManager.add(ThumbnailGenerator generator) Adds a thumbnail generator to the manager. -
Uses of ThumbnailGenerator in org.codelibs.fess.thumbnail.impl
Classes in org.codelibs.fess.thumbnail.impl that implement ThumbnailGeneratorModifier and TypeClassDescriptionclassAbstract base class for thumbnail generators.classCommand-based thumbnail generator that executes external commands to create thumbnails.classEmpty implementation of thumbnail generator that does not generate any thumbnails.classHTML tag-based thumbnail generator that creates thumbnails from image content referenced in HTML documents.