j2d.filters
Class TileImageFilter
java.lang.Object
j2d.filters.AbstractBufferedImageOp
j2d.filters.TileImageFilter
- All Implemented Interfaces:
- ImageProcessorInterface, java.awt.image.BufferedImageOp, java.io.Serializable, java.lang.Cloneable
public class TileImageFilter
- extends AbstractBufferedImageOp
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FLIP_NONE
public static final int FLIP_NONE
- See Also:
- Constant Field Values
FLIP_H
public static final int FLIP_H
- See Also:
- Constant Field Values
FLIP_V
public static final int FLIP_V
- See Also:
- Constant Field Values
FLIP_HV
public static final int FLIP_HV
- See Also:
- Constant Field Values
FLIP_180
public static final int FLIP_180
- See Also:
- Constant Field Values
TileImageFilter
public TileImageFilter()
TileImageFilter
public TileImageFilter(int width,
int height)
setWidth
public void setWidth(int width)
getWidth
public int getWidth()
setHeight
public void setHeight(int height)
getHeight
public int getHeight()
filter
public java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src,
java.awt.image.BufferedImage dst)
- Specified by:
filter
in interface java.awt.image.BufferedImageOp
setSymmetryMatrix
public void setSymmetryMatrix(int[][] symmetryMatrix)
getSymmetryMatrix
public int[][] getSymmetryMatrix()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object