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
public void setEntriesCount(int value)
Gets or sets the entries count
value
- The entries countpublic int getMode()
Gets or sets the interpolation 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.
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.
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.
public void setColorCompareMethod(int value)
Gets or sets the color compare method.
value
- The color compare method.