|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 the given image input stream to the specified dimensions. |
InputStream |
ResizeImageService.resizeImageByHeight(String imageName,
InputStream is,
int requestHeight)
Resizes the given image input stream to the adapt requested height and keep the aspect ratio. |
InputStream |
ResizeImageService.resizeImageByWidth(String imageName,
InputStream is,
int requestWidth)
Resizes the given image input stream to the adapt requested width and keep the aspect ratio. |
| 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 the given image input stream to the specified dimensions. |
InputStream |
ResizeImageServiceImpl.resizeImageByHeight(String imageName,
InputStream is,
int requestHeight)
Resizes the given image input stream to the adapt requested height and keep the aspect ratio. |
InputStream |
ResizeImageServiceImpl.resizeImageByWidth(String imageName,
InputStream is,
int requestWidth)
Resizes the given image input stream to the adapt requested width and keep the aspect ratio. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||