Class RMImageEffect.ConeKernel
- java.lang.Object
- 
- java.awt.image.Kernel
- 
- com.inductiveautomation.rm.graphics.RMImageEffect.ConeKernel
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 - Enclosing class:
- RMImageEffect
 
 public static class RMImageEffect.ConeKernel extends java.awt.image.KernelA kernel class for cone effects.
- 
- 
Constructor SummaryConstructors Constructor Description ConeKernel(int radius)Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static float[]getConeKernel(int radius)Returns kernel for a cone blur convolve.
 
-