Package com.reportmill.graphics
Class RMShadowFill.GaussianKernel
java.lang.Object
java.awt.image.Kernel
com.reportmill.graphics.RMShadowFill.GaussianKernel
- All Implemented Interfaces:
- Cloneable
- Enclosing class:
- RMShadowFill
Extends Kernel with constructor which takes Kernel size and automatically generates a gaussian matrix.
- 
Constructor SummaryConstructorsConstructorDescriptionGaussianKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
- 
Method SummaryModifier and TypeMethodDescriptionstatic float[]getGaussianKernel(int radius) Returns kernel for a Gaussian blur convolve.Methods inherited from class java.awt.image.Kernelclone, getHeight, getKernelData, getWidth, getXOrigin, getYOrigin
- 
Constructor Details- 
GaussianKernelpublic GaussianKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
 
- 
- 
Method Details- 
getGaussianKernelpublic static float[] getGaussianKernel(int radius) Returns kernel for a Gaussian blur convolve.
 
-