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
           
 

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 © 2008 The DSpace Foundation. All Rights Reserved.