scenic.filter
Class Filter
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Filter
public Filter(Kernel kernel,
double width,
double height)
getKernel
public Kernel getKernel()
getWidth
public double getWidth()
getHeight
public double getHeight()