scenic.filter
Class Filter

java.lang.Object
  extended by scenic.filter.Filter

public class Filter
extends java.lang.Object

A 2d filter. The filter consists of the filter kernel, and the width and height settings.


Constructor Summary
Filter(Kernel kernel, double width, double height)
           
 
Method Summary
 double getHeight()
           
 Kernel getKernel()
           
 double getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Filter

public Filter(Kernel kernel,
              double width,
              double height)
Method Detail

getKernel

public Kernel getKernel()

getWidth

public double getWidth()

getHeight

public double getHeight()