Uses of Interface
org.dspace.app.mediafilter.FormatFilter
-
Packages that use FormatFilter Package Description org.dspace.app.mediafilter org.dspace.app.mediafilter.service -
-
Uses of FormatFilter in org.dspace.app.mediafilter
Classes in org.dspace.app.mediafilter that implement FormatFilter Modifier and Type Class Description classBrandedPreviewJPEGFilterFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classExcelFilterclassHTMLFilterclassImageMagickImageThumbnailFilterFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classImageMagickPdfThumbnailFilterclassImageMagickThumbnailFilterFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classJPEGFilterFilter image bitstreams, scaling the image to be within the bounds of thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be no bigger than.classMediaFilterAbstract class which defines the default settings for a *simple* Media or Format Filter.classPDFBoxThumbnailCreate JPEG thumbnails from PDF cover page using PDFBox.classPDFFilterclassPoiWordFilterExtract flat text from Microsoft Word documents (.doc, .docx).classPowerPointFilterFields in org.dspace.app.mediafilter with type parameters of type FormatFilter Modifier and Type Field Description protected List<FormatFilter>MediaFilterServiceImpl. filterClassesMethods in org.dspace.app.mediafilter with parameters of type FormatFilter Modifier and Type Method Description booleanMediaFilterServiceImpl. processBitstream(Context context, Item item, Bitstream source, FormatFilter formatFilter)Method parameters in org.dspace.app.mediafilter with type arguments of type FormatFilter Modifier and Type Method Description voidMediaFilterServiceImpl. setFilterClasses(List<FormatFilter> filterClasses) -
Uses of FormatFilter in org.dspace.app.mediafilter.service
Methods in org.dspace.app.mediafilter.service with parameters of type FormatFilter Modifier and Type Method Description booleanMediaFilterService. processBitstream(Context context, Item item, Bitstream source, FormatFilter formatFilter)A utility class that calls the virtual methods from the current MediaFilter class.Method parameters in org.dspace.app.mediafilter.service with type arguments of type FormatFilter Modifier and Type Method Description voidMediaFilterService. setFilterClasses(List<FormatFilter> filterClasses)
-