to.etc.sjit
Class MitchellFilter

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

public class MitchellFilter
extends ResamplerFilter

Mitchell filter implementation

Author:
Frits Jalvingh
See Also:
ResamplerFilter, ImageSubsampler

Constructor Summary
MitchellFilter()
           
 
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

MitchellFilter

public MitchellFilter()
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