public class ImageResizeSettings extends Object
Image resize settings class
Constructor and Description |
---|
ImageResizeSettings()
Initializes a new instance of the
ImageResizeSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getColorCompareMethod()
Gets or sets the color compare method.
|
int |
getColorQuantizationMethod()
Gets or sets the color quantization method.
|
int |
getEntriesCount()
Gets or sets the entries count
|
int |
getFilterType()
Gets or sets the type of the filter.
|
int |
getMode()
Gets or sets the interpolation mode.
|
void |
setColorCompareMethod(int value)
Gets or sets the color compare method.
|
void |
setColorQuantizationMethod(int value)
Gets or sets the color quantization method.
|
void |
setEntriesCount(int value)
Gets or sets the entries count
|
void |
setFilterType(int value)
Gets or sets the type of the filter.
|
void |
setMode(int value)
Gets or sets the interpolation mode.
|
public ImageResizeSettings()
Initializes a new instance of the ImageResizeSettings
class.
public int getEntriesCount()
Gets or sets the entries count
Value: The entries countpublic void setEntriesCount(int value)
Gets or sets the entries count
Value: The entries countpublic int getMode()
Gets or sets the interpolation mode.
Value: The mode.public void setMode(int value)
Gets or sets the interpolation mode.
Value: The mode.public int getFilterType()
Gets or sets the type of the filter.
Value: The type of the filter.public void setFilterType(int value)
Gets or sets the type of the filter.
Value: The type of the filter.public int getColorQuantizationMethod()
Gets or sets the color quantization method.
Value: The color quantization method.public void setColorQuantizationMethod(int value)
Gets or sets the color quantization method.
Value: The color quantization method.public int getColorCompareMethod()
Gets or sets the color compare method.
Value: The color compare method.public void setColorCompareMethod(int value)
Gets or sets the color compare method.
Value: The color compare method.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.