public abstract class AbstractImageOp extends Object implements BufferedImageOp
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
EDGE_CLAMP |
static int |
EDGE_MIRROR |
static int |
EDGE_ZERO |
protected int |
edgeMode |
protected RenderingHints |
hints |
| 构造器和说明 |
|---|
AbstractImageOp() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected int |
bilinear(int nw,
int ne,
int sw,
int se,
double xd,
double yd) |
BufferedImage |
createCompatibleDestImage(BufferedImage src,
ColorModel destCM) |
BufferedImage |
filter(BufferedImage src,
BufferedImage dest) |
protected void |
filter(int[] inPixels,
int[] outPixels,
int width,
int height) |
Rectangle2D |
getBounds2D(BufferedImage src) |
int |
getEdgeMode() |
protected int |
getPixel(int[] pixels,
int x,
int y,
int width,
int height,
int edgeMode) |
protected int |
getPixelBilinear(int[] pixels,
double x,
double y,
int width,
int height,
int edgeMode) |
Point2D |
getPoint2D(Point2D srcPt,
Point2D dstPt) |
RenderingHints |
getRenderingHints() |
protected int |
limit(int v,
int min,
int max) |
protected int |
limitByte(int v) |
void |
setEdgeMode(int edgeMode) |
public static final int EDGE_ZERO
public static final int EDGE_MIRROR
public static final int EDGE_CLAMP
protected int edgeMode
protected RenderingHints hints
public int getEdgeMode()
public void setEdgeMode(int edgeMode)
protected int getPixel(int[] pixels,
int x,
int y,
int width,
int height,
int edgeMode)
protected int bilinear(int nw,
int ne,
int sw,
int se,
double xd,
double yd)
protected int getPixelBilinear(int[] pixels,
double x,
double y,
int width,
int height,
int edgeMode)
protected int limit(int v,
int min,
int max)
protected int limitByte(int v)
protected void filter(int[] inPixels,
int[] outPixels,
int width,
int height)
public BufferedImage filter(BufferedImage src, BufferedImage dest)
filter 在接口中 BufferedImageOppublic BufferedImage createCompatibleDestImage(BufferedImage src, ColorModel destCM)
createCompatibleDestImage 在接口中 BufferedImageOppublic Rectangle2D getBounds2D(BufferedImage src)
getBounds2D 在接口中 BufferedImageOppublic Point2D getPoint2D(Point2D srcPt, Point2D dstPt)
getPoint2D 在接口中 BufferedImageOppublic RenderingHints getRenderingHints()
getRenderingHints 在接口中 BufferedImageOpCopyright © 2017. All rights reserved.