Packages

 

com.aspose.psd.imagefilters.filteroptions

Class SharpenFilterOptions

    • Constructor Detail

      • SharpenFilterOptions

        public SharpenFilterOptions(int size,
                                    double sigma)

        Initializes a new instance of the SharpenFilterOptions class.

        Parameters:
        size - Size of the kernel.
        sigma - The sigma.
      • SharpenFilterOptions

        public SharpenFilterOptions()

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

    • Method Detail

      • getSize

        public int getSize()

        Gets or sets the size.

        Value: The size.
      • setSize

        public void setSize(int value)

        Gets or sets the size.

        Value: The size.
      • getSigma

        public double getSigma()

        Gets or sets the sigma.

        Value: The sigma.
      • setSigma

        public void setSigma(double value)

        Gets or sets the sigma.

        Value: The sigma.