All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.jhlabs.image.MapFilter

java.lang.Object
   |
   +----java.awt.image.ImageFilter
           |
           +----com.jhlabs.image.WholeImageFilter
                   |
                   +----com.jhlabs.image.TransformFilter
                           |
                           +----com.jhlabs.image.MapFilter

public class MapFilter
extends com.jhlabs.image.TransformFilter

Constructor Index

 o MapFilter()

Method Index

 o getXMapFunction()
 o getYMapFunction()
 o setXMapFunction(Function2D)
 o setYMapFunction(Function2D)
 o toString()
 o transformInverse(int, int, double[])

Constructors

 o MapFilter
 public MapFilter()

Methods

 o setXMapFunction
 public void setXMapFunction(com.jhlabs.math.Function2D xMapFunction)
 o getXMapFunction
 public com.jhlabs.math.Function2D getXMapFunction()
 o setYMapFunction
 public void setYMapFunction(com.jhlabs.math.Function2D yMapFunction)
 o getYMapFunction
 public com.jhlabs.math.Function2D getYMapFunction()
 o transformInverse
 protected void transformInverse(int x,
                                 int y,
                                 double out[])
Overrides:
transformInverse in class com.jhlabs.image.TransformFilter
 o toString
 public java.lang.String toString()
Overrides:
toString in class java.lang.Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index