com.PostHorizon.renderMan
Class NullFilterFunction

java.lang.Object
  |
  +--com.PostHorizon.renderMan.NullFilterFunction

public class NullFilterFunction
extends java.lang.Object
implements FilterFunction


Constructor Summary
NullFilterFunction()
           
 
Method Summary
 double f(double x, double y, double xwidth, double ywidth)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFilterFunction

public NullFilterFunction()
Method Detail

f

public double f(double x,
                double y,
                double xwidth,
                double ywidth)
         throws UnimplementedFunctionException
Specified by:
f in interface FilterFunction