public class BoxBlurState extends HVSeparableKernel
| Modifier and Type | Field and Description |
|---|---|
private int |
blurPasses |
private int |
hsize |
private int |
vsize |
| Constructor and Description |
|---|
BoxBlurState() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlurPasses() |
int |
getHsize() |
int |
getKernelSize(int pass)
Returns the size of the kernel for a given pass.
|
LinearConvolveRenderState |
getRenderState(BaseTransform filtertx) |
Color4f |
getShadowColor() |
float |
getSpread() |
int |
getVsize() |
boolean |
isNop()
Returns true if the entire operation of this linear convolution
would have no effect on the source data.
|
void |
setBlurPasses(int blurPasses) |
void |
setHsize(int hsize) |
void |
setVsize(int vsize) |
getResultBoundsisShadowpublic int getHsize()
public void setHsize(int hsize)
public int getVsize()
public void setVsize(int vsize)
public int getBlurPasses()
public void setBlurPasses(int blurPasses)
public Color4f getShadowColor()
public float getSpread()
public LinearConvolveRenderState getRenderState(BaseTransform filtertx)
getRenderState in class LinearConvolveKernelpublic boolean isNop()
LinearConvolveKernelisNop in class LinearConvolveKernelpublic int getKernelSize(int pass)
LinearConvolveKernelgetKernelSize in class LinearConvolveKernelpass - the pass of the algorithm being performed