Packages

 

com.aspose.cad.imagefilters.filteroptions

Class MotionWienerFilterOptions

    • Constructor Detail

      • MotionWienerFilterOptions

        public MotionWienerFilterOptions(int lenght,
                                         double smooth,
                                         double angle)

        Initializes a new instance of the MotionWienerFilterOptions class.

        Parameters:
        lenght - The lenght.
        smooth - The smooth.
        angle - The angle in gradus.
    • Method Detail

      • getLength

        public int getLength()

        Gets or sets the length.

        Returns:
        The length.
      • setLength

        public void setLength(int value)

        Gets or sets the length.

        Parameters:
        value - The length.
      • getSmooth

        public double getSmooth()

        Gets or sets the smooth.

        Returns:
        The smooth.
      • setSmooth

        public void setSmooth(double value)

        Gets or sets the smooth.

        Parameters:
        value - The smooth.
      • getAngle

        public double getAngle()

        Gets or sets the angle in gradus.

        Returns:
        The angle.
      • setAngle

        public void setAngle(double value)

        Gets or sets the angle in gradus.

        Parameters:
        value - The angle.