Interface GaussianBlurRable

    • Method Detail

      • getSource

        Filter getSource()
        Returns the source to be Blurred
      • setSource

        void setSource​(Filter src)
        Sets the source to be blurred.
        Parameters:
        src - image to blurred.
      • setStdDeviationX

        void setStdDeviationX​(double stdDeviationX)
        The deviation along the x axis, in user space.
        Parameters:
        stdDeviationX - should be greater than zero.
      • setStdDeviationY

        void setStdDeviationY​(double stdDeviationY)
        The deviation along the y axis, in user space.
        Parameters:
        stdDeviationY - should be greater than zero
      • getStdDeviationX

        double getStdDeviationX()
        Returns the deviation along the x-axis, in user space.
      • getStdDeviationY

        double getStdDeviationY()
        Returns the deviation along the y-axis, in user space.