public class TileImageFilter extends AbstractBufferedImageOp
filterListener| Constructor and Description |
|---|
TileImageFilter()
Construct a TileImageFilter.
|
TileImageFilter(int width,
int height)
Construct a TileImageFilter.
|
| Modifier and Type | Method and Description |
|---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst) |
int |
getHeight()
Get the output image height.
|
int |
getWidth()
Get the output image width.
|
void |
setHeight(int height)
Set the output image height.
|
void |
setWidth(int width)
Set the output image width.
|
String |
toString() |
clone, createCompatibleDestImage, createCompatibleDestImage, filterDone, filterInitialize, filterProgress, filterStart, getBounds2D, getMetaData, getPoint2D, getRenderingHints, getRGB, setFilterListener, setRGBpublic TileImageFilter()
public TileImageFilter(int width,
int height)
width - the output image widthheight - the output image heightpublic void setWidth(int width)
width - the widthgetWidth()public int getWidth()
setWidth(int)public void setHeight(int height)
height - the heightgetHeight()public int getHeight()
setHeight(int)public BufferedImage filter(BufferedImage src, BufferedImage dst)
filter in interface BufferedImageOpfilter in class AbstractBufferedImageOpCopyright © 2012-2013 Bambi Software Foundation. All Rights Reserved.