|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
BufferedImage
,
BufferedImageFilter
,
AffineTransformOp
,
BandCombineOp
,
ColorConvertOp
,
ConvolveOp
,
LookupOp
,
RescaleOp
Method Summary | |
BufferedImage | createCompatibleDestImage(BufferedImage src,
ColorModel destCM)
Creates a zeroed destination image with the correct size and number of bands. |
BufferedImage | filter(BufferedImage src,
BufferedImage dest)
Performs a single-input/single-output operation on a BufferedImage. |
Rectangle2D | getBounds2D(BufferedImage src)
Returns the bounding box of the filtered destination image. |
Point2D | getPoint2D(Point2D srcPt,
Point2D dstPt)
Returns the location of the destination point given a point in the source image. |
RenderingHints | getRenderingHints()
Returns the rendering hints for this BufferedImageOp. |
Method Detail |
public BufferedImage filter(BufferedImage src, BufferedImage dest)
public Rectangle2D getBounds2D(BufferedImage src)
public BufferedImage createCompatibleDestImage(BufferedImage src, ColorModel destCM)
src
- Source image for the filter operation.
destCM
- ColorModel of the destination. If null, the
ColorModel of the source will be used.public Point2D getPoint2D(Point2D srcPt, Point2D dstPt)
public RenderingHints getRenderingHints()
|
Java Platform 1.2 Beta 4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |