Project Wonder 5.0

Uses of Class
er.attachment.utils.ERMimeType

Packages that use ERMimeType
er.attachment.model   
er.attachment.thumbnail  
er.attachment.utils   
 

Uses of ERMimeType in er.attachment.model
 

Methods in er.attachment.model that return ERMimeType
 ERMimeType ERAttachment.erMimeType()
          Returns the ERMimeType that corresponds to the mimeType.
 

Uses of ERMimeType in er.attachment.thumbnail
 

Methods in er.attachment.thumbnail with parameters of type ERMimeType
 boolean IERThumbnailer.canThumbnail(ERMimeType mimeType)
           
 boolean ERImageThumbnailer.canThumbnail(ERMimeType mimeType)
           
 void SipsImageProcessor.processImage(int resizeWidth, int resizeHeight, IERImageProcessor.Quality resizeQuality, int dpi, float sharpenRadius, float sharpenIntensity, float gamma, int cropX, int cropY, int cropWidth, int cropHeight, java.io.File watermarkFile, boolean tileWatermark, float compressionQuality, java.io.File colorProfileFile, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
           
 void Java2DImageProcessor.processImage(int resizeWidth, int resizeHeight, IERImageProcessor.Quality resizeQuality, int dpi, float sharpenRadius, float sharpenIntensity, float gamma, int cropX, int cropY, int cropWidth, int cropHeight, java.io.File watermarkFile, boolean tileWatermark, float compressionQuality, java.io.File colorProfileFile, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
           
 void ImageMagickImageProcessor.processImage(int resizeWidth, int resizeHeight, IERImageProcessor.Quality resizeQuality, int dpi, float sharpenRadius, float sharpenIntensity, float gamma, int cropX, int cropY, int cropWidth, int cropHeight, java.io.File watermarkFile, boolean tileWatermark, float compressionQuality, java.io.File colorProfileFile, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
           
 void ImageIOImageProcessor.processImage(int resizeWidth, int resizeHeight, IERImageProcessor.Quality resizeQuality, int dpi, float sharpenRadius, float sharpenIntensity, float gamma, int cropX, int cropY, int cropWidth, int cropHeight, java.io.File watermarkFile, boolean tileWatermark, float compressionQuality, java.io.File colorProfileFile, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
           
 void IERImageProcessor.processImage(int resizeWidth, int resizeHeight, IERImageProcessor.Quality resizeQuality, int dpi, float sharpenRadius, float sharpenIntensity, float gamma, int cropX, int cropY, int cropWidth, int cropHeight, java.io.File watermarkFile, boolean tileWatermark, float compressionQuality, java.io.File colorProfileFile, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
          Processes the given image with all of the given configuration settings.
 void IERThumbnailer.thumbnail(int resizeWidth, int resizeHeight, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
           
 void IERImageProcessor.thumbnail(int resizeWidth, int resizeHeight, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
          Provides a shortcut to thumbnailing an image using some default values that produce decent quality thumbnail outputs.
 void ERImageThumbnailer.thumbnail(int resizeWidth, int resizeHeight, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
           
 void ERImageProcessor.thumbnail(int resizeWidth, int resizeHeight, java.io.File inputFile, java.io.File outputFile, ERMimeType outputMimeType)
          Provides a shortcut to thumbnailing an image using some default values that produce decent quality thumbnail outputs.
static IERThumbnailer ERThumbnailer.thumbnailer(ERMimeType mimeType)
           
 

Uses of ERMimeType in er.attachment.utils
 

Subclasses of ERMimeType in er.attachment.utils
 class ERGlobMimeType
          ERGlobMimeType represents an "image/*" style mime type.
 

Methods in er.attachment.utils that return ERMimeType
 ERMimeType ERMimeTypeManager.mimeTypeForExtension(java.lang.String extension, boolean exceptionIfNotFound)
          Returns the ERMimeType for the given file extension, optionally throwing an exception if the type isn't found.
 ERMimeType ERMimeTypeManager.mimeTypeForFile(java.io.File file, boolean exceptionIfNotFound)
          Returns the ERMimeType for the given file, optionally throwing an exception if the type isn't found.
 ERMimeType ERMimeTypeManager.mimeTypeForFileName(java.lang.String fileName, boolean exceptionIfNotFound)
          Returns the ERMimeType for the given file name, optionally throwing an exception if the type isn't found.
 ERMimeType ERMimeTypeManager.mimeTypeForMimeTypeString(java.lang.String mimeType, boolean exceptionIfNotFound)
          Returns the ERMimeType for the given mime type string, optionally throwing an exception if the type isn't found.
 ERMimeType ERMimeTypeManager.mimeTypeForUTI(java.lang.String uti, boolean exceptionIfNotFound)
          Returns the ERMimeType for the given UTI, optionally throwing an exception if the type isn't found.
 

Methods in er.attachment.utils with parameters of type ERMimeType
 void ERMimeTypeManager.addMimeType(ERMimeType mimeType)
          Adds a mime type definition to the manager.
 boolean ERMimeType.matches(ERMimeType otherMimeType)
          Supports glob mime types for comparison, so image/* matches image/jpeg.
 boolean ERMimeType.matchesExactly(ERMimeType mimeType)
          Returns true if this mime type exactly matches the other, meaning, the underlying mime type strings are identical.
 void ERMimeTypeManager.removeMimeType(ERMimeType mimeType)
          Removes the given mime type definition from this manager.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.