DitheringMode
Contents
[
Hide
]Inheritance: java.lang.Object
public class DitheringMode
Dithering settings to be applied to image upon saving.
Constructors
| Constructor | Description |
|---|---|
| DitheringMode() |
Methods
| Method | Description |
|---|---|
| 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:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.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:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setCustomPalette(IColorPalette value)
public void setCustomPalette(IColorPalette value)
The custom palette for dithering.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | IColorPalette |
setMethod(int value)
public void setMethod(int value)
Dithering algorithm selection.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
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 |