BufferedImageOp, CloneableApplyMaskFilter, BicubicScaleFilter, BlockFilter, BorderFilter, BoxBlurFilter, ChromaKeyFilter, ColorHalftoneFilter, CompositeFilter, CompoundFilter, ConvolveFilter, CropFilter, DeinterlaceFilter, DoGFilter, FeedbackFilter, FlipFilter, GlintFilter, GradientFilter, GradientWipeFilter, HalftoneFilter, InterpolateFilter, IteratedFilter, KeyFilter, LaplaceFilter, LensBlurFilter, MirrorFilter, MotionBlurFilter, MotionBlurOp, PointFilter, RenderTextFilter, ScaleFilter, ScratchFilter, ShadowFilter, ShatterFilter, ShineFilter, SmartBlurFilter, TileImageFilter, TransformFilter, TransitionFilter, VariableBlurFilter, WholeImageFilterpublic abstract class AbstractBufferedImageOp extends Object implements BufferedImageOp, Cloneable
| 构造器 | 说明 |
|---|---|
AbstractBufferedImageOp() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
Object |
clone() |
|
BufferedImage |
createCompatibleDestImage(BufferedImage src,
ColorModel dstCM) |
|
Rectangle2D |
getBounds2D(BufferedImage src) |
|
Point2D |
getPoint2D(Point2D srcPt,
Point2D dstPt) |
|
RenderingHints |
getRenderingHints() |
|
int[] |
getRGB(BufferedImage image,
int x,
int y,
int width,
int height,
int[] pixels) |
A convenience method for getting ARGB pixels from an image.
|
void |
setRGB(BufferedImage image,
int x,
int y,
int width,
int height,
int[] pixels) |
A convenience method for setting ARGB pixels in an image.
|
filterpublic BufferedImage createCompatibleDestImage(BufferedImage src, ColorModel dstCM)
createCompatibleDestImage 在接口中 BufferedImageOppublic Rectangle2D getBounds2D(BufferedImage src)
getBounds2D 在接口中 BufferedImageOppublic Point2D getPoint2D(Point2D srcPt, Point2D dstPt)
getPoint2D 在接口中 BufferedImageOppublic RenderingHints getRenderingHints()
getRenderingHints 在接口中 BufferedImageOppublic int[] getRGB(BufferedImage image, int x, int y, int width, int height, int[] pixels)
image - a BufferedImage objectx - the left edge of the pixel blocky - the right edge of the pixel blockwidth - the width of the pixel arryheight - the height of the pixel arrypixels - the array to hold the returned pixels. May be null.setRGB(java.awt.image.BufferedImage, int, int, int, int, int[])public void setRGB(BufferedImage image, int x, int y, int width, int height, int[] pixels)
image - a BufferedImage objectx - the left edge of the pixel blocky - the right edge of the pixel blockwidth - the width of the pixel arryheight - the height of the pixel arrypixels - the array of pixels to setgetRGB(java.awt.image.BufferedImage, int, int, int, int, int[])Copyright © 2019. All rights reserved.