Class RMImageEffect.ConeKernel

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    RMImageEffect

    public static class RMImageEffect.ConeKernel
    extends java.awt.image.Kernel
    A kernel class for cone effects.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConeKernel​(int radius)
      Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static 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
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConeKernel

        public ConeKernel​(int radius)
        Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
    • Method Detail

      • getConeKernel

        public static float[] getConeKernel​(int radius)
        Returns kernel for a cone blur convolve.