er.attachment.thumbnail
Class ERImageThumbnailer
java.lang.Object
er.attachment.thumbnail.ERImageThumbnailer
- All Implemented Interfaces:
- IERThumbnailer
public class ERImageThumbnailer
- extends Object
- implements IERThumbnailer
An implementation of IERThumbnailer that hands off to ERImageProcessor.
- Author:
- mschrag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ERImageThumbnailer
public ERImageThumbnailer()
canThumbnail
public boolean canThumbnail(ERMimeType mimeType)
- Specified by:
canThumbnail in interface IERThumbnailer
thumbnail
public void thumbnail(int resizeWidth,
int resizeHeight,
File inputFile,
File outputFile)
throws IOException
- Specified by:
thumbnail in interface IERThumbnailer
- Throws:
IOException
thumbnail
public void thumbnail(int resizeWidth,
int resizeHeight,
File inputFile,
File outputFile,
ERMimeType outputMimeType)
throws IOException
- Specified by:
thumbnail in interface IERThumbnailer
- Throws:
IOException
Copyright © 2002 – 2011 Project Wonder.