| java.lang.Object java.awt.image.LookupOp
Method Summary | |
public BufferedImage | createCompatibleDestImage(BufferedImage src, ColorModel dstCM) | public WritableRaster | createCompatibleDestRaster(Raster src) | final public WritableRaster | filter(Raster src, WritableRaster dst) | final public BufferedImage | filter(BufferedImage src, BufferedImage dst) | final public Rectangle2D | getBounds2D(Raster src) | final public Rectangle2D | getBounds2D(BufferedImage src) | final public Point2D | getPoint2D(Point2D srcPt, Point2D dstPt) | final public RenderingHints | getRenderingHints() | final public LookupTable | getTable() | final native static int | ippLUT(Object src, int srcWidth, int srcHeight, int srcStride, Object dst, int dstWidth, int dstHeight, int dstStride, int levels, int values, int channels, int offsets, boolean linear) |
levelInitializer | static int levelInitializer(Code) | | |
ippLUT | final native static int ippLUT(Object src, int srcWidth, int srcHeight, int srcStride, Object dst, int dstWidth, int dstHeight, int dstStride, int levels, int values, int channels, int offsets, boolean linear)(Code) | | |
|
|