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, isShadow
public final Rectangle getResultBounds(Rectangle srcdimension, int pass)
LinearConvolveKernel
getResultBounds
in class LinearConvolveKernel
srcdimension
- the bounds of the input imagepass
- the algorithm pass being performedCopyright © 2020. All rights reserved.