Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Interface java.awt.image.ImagingLib


public interface ImagingLib
This interface is used to provide a hook to access platform-specific imaging code. If a class exists that implements this interface, the appropriate filter method will be calling from the RasterOp or BufferedImageOp class. If the implementing class cannot handle the op, raster format or image format, the method will return null; If there is an error when processing the data, the implementing class may either return null (in which case our java code will be executed) or may throw an exception.


Method Summary
WritableRaster  filter(RasterOp op, Raster src, WritableRaster dst)
 
BufferedImage  filter(BufferedImageOp op, BufferedImage src, BufferedImage dst)
 
 

Method Detail

filter

public WritableRaster filter(RasterOp op,
                             Raster src,
                             WritableRaster dst)

filter

public BufferedImage filter(BufferedImageOp op,
                            BufferedImage src,
                            BufferedImage dst)

Contents | Package | Class | Tree | Deprecated | Index | Help Java 1.2 Beta 3
PREV | NEXT SHOW LISTS | HIDE LISTS

Submit a bug or feature
Submit comments/suggestions about new javadoc look.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.