public class ScaleFilter extends AbstractBufferedImageOp
filterListener
Constructor and Description |
---|
ScaleFilter()
Construct a ScaleFilter.
|
ScaleFilter(double zoom) |
ScaleFilter(int width,
int height)
Construct a ScaleFilter.
|
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
void |
setZoom(double zoom) |
String |
toString() |
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGB
public ScaleFilter()
public ScaleFilter(double zoom)
public ScaleFilter(int width, int height)
width
- the width to scale toheight
- the height to scale topublic void setZoom(double zoom)
public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter
in interface BufferedImageOp
filter
in class AbstractBufferedImageOp
Copyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.