ImageResizeSettings
Contents
[
Hide
]Inheritance: java.lang.Object
public class ImageResizeSettings
Image resize settings class
Constructors
Constructor | Description |
---|---|
ImageResizeSettings() | Initializes a new instance of the ImageResizeSettings class. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColorCompareMethod() | Gets the color compare method. |
getColorQuantizationMethod() | Gets the color quantization method. |
getEntriesCount() | Gets the entries count |
getFilterType() | Gets the type of the filter. |
getMode() | Gets the interpolation mode. |
hashCode() | |
notify() | |
notifyAll() | |
setColorCompareMethod(int value) | Sets the color compare method. |
setColorQuantizationMethod(int value) | Sets the color quantization method. |
setEntriesCount(int value) | Sets the entries count |
setFilterType(int value) | Sets the type of the filter. |
setMode(int value) | Sets the interpolation mode. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
ImageResizeSettings()
public ImageResizeSettings()
Initializes a new instance of the ImageResizeSettings class.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColorCompareMethod()
public int getColorCompareMethod()
Gets the color compare method.
Returns: int - The color compare method.
getColorQuantizationMethod()
public int getColorQuantizationMethod()
Gets the color quantization method.
Returns: int - The color quantization method.
getEntriesCount()
public int getEntriesCount()
Gets the entries count
Returns: int - The entries count
getFilterType()
public int getFilterType()
Gets the type of the filter.
Returns: int - The type of the filter.
getMode()
public int getMode()
Gets the interpolation mode.
Returns: int - The mode.
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColorCompareMethod(int value)
public void setColorCompareMethod(int value)
Sets the color compare method.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The color compare method. |
setColorQuantizationMethod(int value)
public void setColorQuantizationMethod(int value)
Sets the color quantization method.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The color quantization method. |
setEntriesCount(int value)
public void setEntriesCount(int value)
Sets the entries count
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The entries count |
setFilterType(int value)
public void setFilterType(int value)
Sets the type of the filter.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The type of the filter. |
setMode(int value)
public void setMode(int value)
Sets the interpolation mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The mode. |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |