Class RMImageEffect.ConeKernel
java.lang.Object
java.awt.image.Kernel
com.inductiveautomation.rm.graphics.RMImageEffect.ConeKernel
- All Implemented Interfaces:
 Cloneable
- Enclosing class:
 - RMImageEffect
 
A kernel class for cone effects.
- 
Constructor Summary
ConstructorsConstructorDescriptionConeKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel. - 
Method Summary
Modifier and TypeMethodDescriptionstatic float[]getConeKernel(int radius) Returns kernel for a cone blur convolve.Methods inherited from class java.awt.image.Kernel
clone, getHeight, getKernelData, getWidth, getXOrigin, getYOrigin 
- 
Constructor Details
- 
ConeKernel
public ConeKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel. 
 - 
 - 
Method Details
- 
getConeKernel
public static float[] getConeKernel(int radius) Returns kernel for a cone blur convolve. 
 -