Klasse java.awt.image.ConvolveOp | 1.2 |
java.lang.Object | +--java.awt.image.ConvolveOp
Datenelemente | |
---|---|
public static final int | EDGE_ZERO_FILL |
public static final int | EDGE_NO_OP |
Konstruktoren | |
---|---|
public | ConvolveOp(Kernel kernel) |
public | ConvolveOp(Kernel kernel, int edgeCondition, RenderingHints hints) |
Methoden | |
---|---|
public BufferedImage | createCompatibleDestImage(BufferedImage src, ColorModel destCM) |
public WritableRaster | createCompatibleDestRaster(Raster src) |
public BufferedImage | filter(BufferedImage src, BufferedImage dst) |
public WritableRaster | filter(Raster src, WritableRaster dst) |
public Rectangle2D | getBounds2D(Raster src) |
public Rectangle2D | getBounds2D(BufferedImage src) |
public int | getEdgeCondition() |
public Kernel | getKernel() |
public Point2D | getPoint2D(Point2D srcPt, Point2D dstPt) |
public final RenderingHints | getRenderingHints() |