Package com.twelvemonkeys.image
Class PixelizeOp
java.lang.Object
com.twelvemonkeys.image.PixelizeOp
- All Implemented Interfaces:
BufferedImageOp,RasterOp
PixelizeOp
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/image/PixelizeOp.java#2 $
- Author:
- Harald Kuhr, last modified by $Author: haku $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateCompatibleDestImage(BufferedImage src, ColorModel destCM) filter(BufferedImage src, BufferedImage dest) filter(Raster src, WritableRaster dest) getBounds2D(BufferedImage src) getBounds2D(Raster src) getPoint2D(Point2D srcPt, Point2D dstPt) static voidvoidsetSourceRegion(Rectangle pSourceRegion)
-
Constructor Details
-
PixelizeOp
public PixelizeOp(int pPixelSize) -
PixelizeOp
public PixelizeOp(int pPixelSizeX, int pPixelSizeY)
-
-
Method Details
-
getSourceRegion
-
setSourceRegion
-
filter
- Specified by:
filterin interfaceBufferedImageOp
-
filter
-
getRenderingHints
- Specified by:
getRenderingHintsin interfaceBufferedImageOp- Specified by:
getRenderingHintsin interfaceRasterOp
-
createCompatibleDestImage
- Specified by:
createCompatibleDestImagein interfaceBufferedImageOp
-
createCompatibleDestRaster
- Specified by:
createCompatibleDestRasterin interfaceRasterOp
-
getBounds2D
- Specified by:
getBounds2Din interfaceRasterOp
-
getBounds2D
- Specified by:
getBounds2Din interfaceBufferedImageOp
-
getPoint2D
- Specified by:
getPoint2Din interfaceBufferedImageOp- Specified by:
getPoint2Din interfaceRasterOp
-
main
- Throws:
IOException
-