类 SmartBlurFilter

    • 构造器详细资料

      • SmartBlurFilter

        public SmartBlurFilter()
    • 方法详细资料

      • setHRadius

        public void setHRadius​(int hRadius)
        Set the horizontal size of the blur.
        参数:
        hRadius - the radius of the blur in the horizontal direction min-value 0
        另请参阅:
        getHRadius()
      • getHRadius

        public int getHRadius()
        Get the horizontal size of the blur.
        返回:
        the radius of the blur in the horizontal direction
        另请参阅:
        setHRadius(int)
      • setVRadius

        public void setVRadius​(int vRadius)
        Set the vertical size of the blur.
        参数:
        vRadius - the radius of the blur in the vertical direction min-value 0
        另请参阅:
        getVRadius()
      • getVRadius

        public int getVRadius()
        Get the vertical size of the blur.
        返回:
        the radius of the blur in the vertical direction
        另请参阅:
        setVRadius(int)
      • setRadius

        public void setRadius​(int radius)
        Set the radius of the effect.
        参数:
        radius - the radius min-value 0
        另请参阅:
        getRadius()
      • getRadius

        public int getRadius()
        Get the radius of the effect.
        返回:
        the radius
        另请参阅:
        setRadius(int)
      • setThreshold

        public void setThreshold​(int threshold)
        Set the threshold value.
        参数:
        threshold - the threshold value
        另请参阅:
        getThreshold()
      • getThreshold

        public int getThreshold()
        Get the threshold value.
        返回:
        the threshold value
        另请参阅:
        setThreshold(int)