DitheringMode

Inheritance: java.lang.Object

public class DitheringMode

Dithering settings to be applied to image upon saving.

Constructors

ConstructorDescription
DitheringMode()

Methods

MethodDescription
equals(Object arg0)
getBits()The sampling factor of dithered image.
getClass()
getCustomPalette()The custom palette for dithering.
getMethod()Dithering algorithm selection.
hashCode()
notify()
notifyAll()
setBits(int value)The sampling factor of dithered image.
setCustomPalette(IColorPalette value)The custom palette for dithering.
setMethod(int value)Dithering algorithm selection.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DitheringMode()

public DitheringMode()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getBits()

public int getBits()

The sampling factor of dithered image.

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCustomPalette()

public IColorPalette getCustomPalette()

The custom palette for dithering.

Returns: IColorPalette

getMethod()

public int getMethod()

Dithering algorithm selection.

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setBits(int value)

public void setBits(int value)

The sampling factor of dithered image.

Parameters:

ParameterTypeDescription
valueint

setCustomPalette(IColorPalette value)

public void setCustomPalette(IColorPalette value)

The custom palette for dithering.

Parameters:

ParameterTypeDescription
valueIColorPalette

setMethod(int value)

public void setMethod(int value)

Dithering algorithm selection.

Parameters:

ParameterTypeDescription
valueint

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