Uses of Class
org.exoplatform.forum.common.image.FileNotSupportedException

Packages that use FileNotSupportedException
org.exoplatform.forum.common.image Provides services to resize the dimension of images. 
org.exoplatform.forum.common.image.impl   
 

Uses of FileNotSupportedException in org.exoplatform.forum.common.image
 

Methods in org.exoplatform.forum.common.image that throw FileNotSupportedException
 InputStream ResizeImageService.resizeImage(String imageName, InputStream is, int requestWidth, int requestHeight, boolean keepAspectRatio)
          Resizes an image to given dimensions.
 InputStream ResizeImageService.resizeImageByHeight(String imageName, InputStream is, int requestHeight)
          Resizes an image to a given height.
 InputStream ResizeImageService.resizeImageByWidth(String imageName, InputStream is, int requestWidth)
          Resizes an image to a given width.
 

Uses of FileNotSupportedException in org.exoplatform.forum.common.image.impl
 

Methods in org.exoplatform.forum.common.image.impl that throw FileNotSupportedException
 InputStream ResizeImageServiceImpl.resizeImage(String imageName, InputStream is, int requestWidth, int requestHeight, boolean keepAspectRatio)
          Resizes an image to given dimensions.
 InputStream ResizeImageServiceImpl.resizeImageByHeight(String imageName, InputStream is, int requestHeight)
          Resizes an image to a given height.
 InputStream ResizeImageServiceImpl.resizeImageByWidth(String imageName, InputStream is, int requestWidth)
          Resizes an image to a given width.
 



Copyright © 2003–2014 eXo Platform SAS. All rights reserved.