public abstract class HVSeparableKernel extends LinearConvolveKernel
LinearConvolve effects that break down into a horizontal and
a vertical pass.| Constructor and Description |
|---|
HVSeparableKernel() |
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getResultBounds(Rectangle srcdimension,
int pass)
Returns the size of the output image needed for a given input
image dimensions and a given pass of the algorithm.
|
getKernelSize, getRenderState, isNop, isShadowpublic final Rectangle getResultBounds(Rectangle srcdimension, int pass)
LinearConvolveKernelgetResultBounds in class LinearConvolveKernelsrcdimension - the bounds of the input imagepass - the algorithm pass being performed