Packages

 

com.aspose.psd.imagefilters.filteroptions

Class BilateralSmoothingFilterOptions



  • public class BilateralSmoothingFilterOptions
    extends FilterOptionsBase

    The Bilateral Smoothing Filter Options.

    • Constructor Detail

      • BilateralSmoothingFilterOptions

        public BilateralSmoothingFilterOptions(int size)

        Initializes a new instance of the BilateralSmoothingFilterOptions class.

        Parameters:
        size - Size of the kernal.
      • BilateralSmoothingFilterOptions

        public BilateralSmoothingFilterOptions()

        Initializes a new instance of the BilateralSmoothingFilterOptions class.

    • Method Detail

      • getSize

        public int getSize()

        Gets or sets the size of the kernel.

        Value: The size of the kernel.
      • setSize

        public void setSize(int value)

        Gets or sets the size of the kernel.

        Value: The size of the kernel.
      • getSpatialFactor

        public double getSpatialFactor()

        Gets or sets the spatial factor.

        Value: The spatial factor.
      • setSpatialFactor

        public void setSpatialFactor(double value)

        Gets or sets the spatial factor.

        Value: The spatial factor.
      • getSpatialPower

        public double getSpatialPower()

        Gets or sets the spatial power.

        Value: The spatial power.
      • setSpatialPower

        public void setSpatialPower(double value)

        Gets or sets the spatial power.

        Value: The spatial power.
      • getColorFactor

        public double getColorFactor()

        Gets or sets the color factor.

        Value: The color factor.
      • setColorFactor

        public void setColorFactor(double value)

        Gets or sets the color factor.

        Value: The color factor.
      • getColorPower

        public double getColorPower()

        Gets or sets the color power.

        Value: The color power.
      • setColorPower

        public void setColorPower(double value)

        Gets or sets the color power.

        Value: The color power.