C I R S W 
All Classes All Packages

C

com.xpn.xwiki.plugin.image - package com.xpn.xwiki.plugin.image
 

I

ImageProcessor - Interface in com.xpn.xwiki.plugin.image
Component used to process images.
isMimeTypeSupported(String) - Method in interface com.xpn.xwiki.plugin.image.ImageProcessor
 

R

readImage(InputStream) - Method in interface com.xpn.xwiki.plugin.image.ImageProcessor
Reads an image from an input stream.

S

scaleImage(Image, int, int) - Method in interface com.xpn.xwiki.plugin.image.ImageProcessor
Scales the given image to the specified dimensions.

W

writeImage(RenderedImage, String, float, OutputStream) - Method in interface com.xpn.xwiki.plugin.image.ImageProcessor
Encodes the given image to match the specified mime type, if possible, and writes it to the output stream, using the specified compression quality if appropriate.
C I R S W 
All Classes All Packages