Uses of Interface
org.dspace.app.mediafilter.FormatFilter

Packages that use FormatFilter
org.dspace.app.mediafilter   
 

Uses of FormatFilter in org.dspace.app.mediafilter
 

Classes in org.dspace.app.mediafilter that implement FormatFilter
 class BrandedPreviewJPEGFilter
          Filter 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.
 class HTMLFilter
           
 class JPEGFilter
          Filter 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.
 class MediaFilter
          Abstract class which defines the default settings for a *simple* Media or Format Filter.
 class PDFFilter
           
 class WordFilter
           
 class XPDF2Text
          Text MediaFilter for PDF sources This filter produces extracted text suitable for building an index, but not for display to end users.
 class XPDF2Thumbnail
          Thumbnail MediaFilter for PDF sources This filter generates thumbnail images for PDF documents, _including_ 3D PDF documents with 2D "poster" images.
 

Methods in org.dspace.app.mediafilter with parameters of type FormatFilter
static boolean MediaFilterManager.processBitstream(Context c, Item item, Bitstream source, FormatFilter formatFilter)
          processBitstream is a utility class that calls the virtual methods from the current MediaFilter class.
 



Copyright © 2010 DuraSpace. All Rights Reserved.