Package com.jhlabs.image
Class ScaleFilter
java.lang.Object
com.jhlabs.image.AbstractBufferedImageOp
com.jhlabs.image.ScaleFilter
- All Implemented Interfaces:
BufferedImageOp
,Cloneable
Scales an image using the area-averaging algorithm, which can't be done with AffineTransformOp.
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a ScaleFilter.ScaleFilter
(int width, int height) Construct a ScaleFilter. -
Method Summary
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB