Package com.logicaldoc.core.document.thumbnail
Machinery for building thumbnails of the first page of the documents. The
most important class here is
The package also contains concrete implementations for a few file types.
ThumbnailBuilder
The package also contains concrete implementations for a few file types.
- Since:
- 1.0
-
Interface Summary Interface Description ThumbnailBuilder Implementations of this interface are specialized classes that produce thumbnails for a specific type of document. -
Class Summary Class Description AbstractThumbnailBuilder Main starting point for all thumbnail buildersEpubThumbnailBuilder This builder generates the thumbnail for a .epub(e-book) document.ImageThumbnailBuilder Takes care of images thumbnail builderMp3ThumbnailBuilder Takes care of mp3 thumbnail builderPdfThumbnailBuilder This builder generates the thumbnail for a Pdf document.ThumbnailManager Manager class used to handle document thumbnailsVideoThumbnailBuilder Takes care of generating thumbnails for videos