| Package | Description |
|---|---|
| org.dspace.app.mediafilter | |
| org.dspace.app.mediafilter.service |
| Modifier and Type | Class and Description |
|---|---|
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 |
ExcelFilter |
class |
HTMLFilter |
class |
ImageMagickImageThumbnailFilter
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 |
ImageMagickPdfThumbnailFilter |
class |
ImageMagickThumbnailFilter
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 |
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 |
PDFBoxThumbnail
Create JPEG thumbnails from PDF cover page using PDFBox.
|
class |
PDFFilter |
class |
PoiWordFilter
Extract flat text from Microsoft Word documents (.doc, .docx).
|
class |
PowerPointFilter |
class |
WordFilter |
| Modifier and Type | Field and Description |
|---|---|
protected List<FormatFilter> |
MediaFilterServiceImpl.filterClasses |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaFilterServiceImpl.processBitstream(Context context,
Item item,
Bitstream source,
FormatFilter formatFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
MediaFilterServiceImpl.setFilterClasses(List<FormatFilter> filterClasses) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MediaFilterService.processBitstream(Context context,
Item item,
Bitstream source,
FormatFilter formatFilter)
A utility class that calls the virtual methods
from the current MediaFilter class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediaFilterService.setFilterClasses(List<FormatFilter> filterClasses) |
Copyright © 2017 DuraSpace. All rights reserved.