Class RMBlurEffect

    • Constructor Detail

      • RMBlurEffect

        public RMBlurEffect()
        Creates a new blur effect.
      • RMBlurEffect

        public RMBlurEffect​(int aRadius)
        Creates a new blur effect with the parameters.
    • Method Detail

      • getRadius

        public int getRadius()
        Returns the radius of the blur.
      • deriveFill

        public RMBlurEffect deriveFill​(int aRadius)
        Returns a blur effect just like this one, but with a radius equal to the given value.
      • getBounds

        public RMRect getBounds​(RMShape aShape)
        Returns the bounds required to render this fill for this shape.
        Overrides:
        getBounds in class RMEffect
      • getImage

        public java.awt.image.BufferedImage getImage​(RMShape aShape)
        Returns the blur image.
        Specified by:
        getImage in class RMImageEffect
      • equals

        public boolean equals​(java.lang.Object anObj)
        Standard equals implementation.
        Overrides:
        equals in class java.lang.Object