|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageFilter
Implement for picture modification in JAI. Implementing filters should be able to handle images up to 4 bands in ComponentColorSpace and IndexColorSpace.
Method Summary | |
---|---|
javax.media.jai.PlanarImage |
filter(javax.media.jai.PlanarImage image)
Filter an image and return the results, which may be a different instance of PlanarImage |
Method Detail |
---|
javax.media.jai.PlanarImage filter(javax.media.jai.PlanarImage image) throws FilterException
image
- the image
FilterException
- if an error occurs during filtering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |