ImageResizeSettings

Inheritance: java.lang.Object

public class ImageResizeSettings

Image resize settings class

Constructors

ConstructorDescription
ImageResizeSettings()Initializes a new instance of the ImageResizeSettings class.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valueintThe color compare method.

setColorQuantizationMethod(int value)

public void setColorQuantizationMethod(int value)

Sets the color quantization method.

Parameters:

ParameterTypeDescription
valueintThe color quantization method.

setEntriesCount(int value)

public void setEntriesCount(int value)

Sets the entries count

Parameters:

ParameterTypeDescription
valueintThe entries count

setFilterType(int value)

public void setFilterType(int value)

Sets the type of the filter.

Parameters:

ParameterTypeDescription
valueintThe type of the filter.

setMode(int value)

public void setMode(int value)

Sets the interpolation mode.

Parameters:

ParameterTypeDescription
valueintThe mode.

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int