to.etc.sjit
Class BellFilter

java.lang.Object
  extended by to.etc.sjit.ResamplerFilter
      extended by to.etc.sjit.BellFilter

public class BellFilter
extends ResamplerFilter

Implements the Bell filter.

Author:
Frits Jalvingh
See Also:
ResamplerFilter, ImageSubsampler

Constructor Summary
BellFilter()
           
 
Method Summary
 float filter(float value)
           
 java.lang.String getName()
           
 float getWidth()
           
 
Methods inherited from class to.etc.sjit.ResamplerFilter
sqr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BellFilter

public BellFilter()
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in class ResamplerFilter

filter

public float filter(float value)
Specified by:
filter in class ResamplerFilter

getWidth

public float getWidth()
Specified by:
getWidth in class ResamplerFilter