|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrailo.runtime.img.filter.AbstractBufferedImageOp
railo.runtime.img.filter.TileImageFilter
public class TileImageFilter
A filter which tiles an image into a lerger one.
Constructor Summary | |
---|---|
TileImageFilter()
Construct a TileImageFilter. |
|
TileImageFilter(int width,
int height)
Construct a TileImageFilter. |
Method Summary | |
---|---|
BufferedImage |
filter(BufferedImage src,
BufferedImage dst)
|
BufferedImage |
filter(BufferedImage src,
Struct parameters)
|
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()
|
Methods inherited from class railo.runtime.img.filter.AbstractBufferedImageOp |
---|
clone, createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, setRGB |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TileImageFilter()
public TileImageFilter(int width, int height)
width
- the output image widthheight
- the output image heightMethod Detail |
---|
public 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 BufferedImageOp
public String toString()
toString
in class Object
public BufferedImage filter(BufferedImage src, Struct parameters) throws PageException
filter
in interface DynFiltering
PageException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |