Packages

 

com.aspose.cad.imagefilters.filteroptions

Class MedianFilterOptions

    • Constructor Detail

      • MedianFilterOptions

        public MedianFilterOptions(int size)

        Initializes a new instance of the MedianFilterOptions class.

        Parameters:
        size - The size of filter rectangle.
    • Method Detail

      • getSize

        public int getSize()

        Gets or sets the size.

        Returns:
        The size of filter rectangle.
      • setSize

        public void setSize(int value)

        Gets or sets the size.

        Parameters:
        value - The size of filter rectangle.