com.jhlabs.image
Class TileImageFilter

java.lang.Object
  extended by com.jhlabs.image.AbstractBufferedImageOp
      extended by com.jhlabs.image.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

Field Summary
static int FLIP_180
           
static int FLIP_H
           
static int FLIP_HV
           
static int FLIP_NONE
           
static int FLIP_V
           
 
Constructor Summary
TileImageFilter()
           
TileImageFilter(int width, int height)
           
 
Method Summary
 java.awt.image.BufferedImage filter(java.awt.image.BufferedImage src, java.awt.image.BufferedImage dst)
           
 int getHeight()
           
 int[][] getSymmetryMatrix()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setSymmetryMatrix(int[][] symmetryMatrix)
           
 void setWidth(int width)
           
 java.lang.String toString()
           
 
Methods inherited from class com.jhlabs.image.AbstractBufferedImageOp
createCompatibleDestImage, getBounds2D, getPoint2D, getRenderingHints, getRGB, process, setRGB
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

TileImageFilter

public TileImageFilter()

TileImageFilter

public TileImageFilter(int width,
                       int height)
Method Detail

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