Packages

 

com.aspose.psd.imagefilters.filteroptions

Class GaussWienerFilterOptions

    • Constructor Detail

      • GaussWienerFilterOptions

        public GaussWienerFilterOptions(int radius,
                                        double smooth)

        Initializes a new instance of the GaussWienerFilterOptions class.

        Parameters:
        radius - The radius.
        smooth - The smooth.
      • GaussWienerFilterOptions

        public GaussWienerFilterOptions()

        Initializes a new instance of the GaussWienerFilterOptions class. With default settings.

    • Method Detail

      • getRadius

        public int getRadius()

        Gets or sets the radius.

        Value: The radius.
      • setRadius

        public void setRadius(int value)

        Gets or sets the radius.

        Value: The radius.
      • getSmooth

        public double getSmooth()

        Gets or sets the smooth.

        Value: The smooth.
      • setSmooth

        public void setSmooth(double value)

        Gets or sets the smooth.

        Value: The smooth.