Packages

 

com.aspose.imaging

Interfaces

Classes

Exceptions

com.aspose.imaging

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 the entries count

        Returns:
        The entries count
      • setEntriesCount

        public void setEntriesCount(int value)

        Sets the entries count

        Parameters:
        value - The entries count
      • getMode

        public int getMode()

        Gets the interpolation mode.

        Returns:
        The mode.
      • setMode

        public void setMode(int value)

        Sets the interpolation mode.

        Parameters:
        value - The mode.
      • getFilterType

        public int getFilterType()

        Gets the type of the filter.

        Returns:
        The type of the filter.
      • setFilterType

        public void setFilterType(int value)

        Sets the type of the filter.

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

        public int getColorQuantizationMethod()

        Gets the color quantization method.

        Returns:
        The color quantization method.
      • setColorQuantizationMethod

        public void setColorQuantizationMethod(int value)

        Sets the color quantization method.

        Parameters:
        value - The color quantization method.
      • getColorCompareMethod

        public int getColorCompareMethod()

        Gets the color compare method.

        Returns:
        The color compare method.
      • setColorCompareMethod

        public void setColorCompareMethod(int value)

        Sets the color compare method.

        Parameters:
        value - The color compare method.