|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscenic.filter.Kernel
scenic.filter.SeparableKernel
scenic.filter.CubicKernel
public class CubicKernel
Cubic filter kernel.
| Constructor Summary | |
|---|---|
CubicKernel(double b,
double c)
|
|
| Method Summary | |
|---|---|
double |
getValue(double t)
|
| Methods inherited from class scenic.filter.SeparableKernel |
|---|
getValue |
| Methods inherited from class scenic.filter.Kernel |
|---|
createImage |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CubicKernel(double b,
double c)
| Method Detail |
|---|
public double getValue(double t)
getValue in class SeparableKernel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||