com.jhlabs.image
Class TileImageFilter
- BufferedImageOp, Cloneable
public class TileImageFilter
A filter which tiles an image into a lerger one.
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()
|
TileImageFilter
public TileImageFilter()
Construct a TileImageFilter.
TileImageFilter
public TileImageFilter(int width,
int height)
Construct a TileImageFilter.
width
- the output image widthheight
- the output image height
filter
public BufferedImage filter(BufferedImage src,
BufferedImage dst)
getHeight
public int getHeight()
Get the output image height.
getWidth
public int getWidth()
Get the output image width.
setHeight
public void setHeight(int height)
Set the output image height.
setWidth
public void setWidth(int width)
Set the output image width.
toString
public String toString()