Packages

 

com.aspose.cad

Class ImageResizeSettings



  • public class ImageResizeSettings
    extends Object

    Image resize settings class

    • Constructor Detail

      • ImageResizeSettings

        public ImageResizeSettings()

        Initializes a new instance of the ImageResizeSettings class.

    • Method Detail

      • getEntriesCount

        public int getEntriesCount()

        Gets or sets the entries count

        Returns:
        The entries count
      • setEntriesCount

        public void setEntriesCount(int value)

        Gets or sets the entries count

        Parameters:
        value - The entries count
      • getMode

        public int getMode()

        Gets or sets the interpolation mode.

        Returns:
        The mode.
      • setMode

        public void setMode(int value)

        Gets or sets the interpolation mode.

        Parameters:
        value - The mode.
      • getFilterType

        public int getFilterType()

        Gets or sets the type of the filter.

        Returns:
        The type of the filter.
      • setFilterType

        public void setFilterType(int value)

        Gets or sets the type of the filter.

        Parameters:
        value - The type of the filter.
      • getColorQuantizationMethod

        public int getColorQuantizationMethod()

        Gets or sets the color quantization method.

        Returns:
        The color quantization method.
      • setColorQuantizationMethod

        public void setColorQuantizationMethod(int value)

        Gets or sets the color quantization method.

        Parameters:
        value - The color quantization method.
      • getColorCompareMethod

        public int getColorCompareMethod()

        Gets or sets the color compare method.

        Returns:
        The color compare method.
      • setColorCompareMethod

        public void setColorCompareMethod(int value)

        Gets or sets the color compare method.

        Parameters:
        value - The color compare method.