RawDataSettings
Inheritance: java.lang.Object
public class RawDataSettings
The raw data settings
Constructors
Constructor | Description |
---|---|
RawDataSettings() |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getColorPalette() | Gets the color palette |
getCustomColorConverter() | Gets the custom color converter |
getDitheringMethod() | Gets the dithering method to use for raw data conversion |
getFallbackIndex() | Gets the fallback index to use when palette index is out of bounds |
getIndexedColorConverter() | Gets the indexed color converter |
getLineSize() | Gets the pixels line size in bytes for raw data processing |
getPixelDataFormat() | Gets the pixel data format |
hashCode() | |
notify() | |
notifyAll() | |
setColorPalette(IColorPalette value) | Sets the color palette |
setCustomColorConverter(IColorConverter value) | Sets the custom color converter |
setDitheringMethod(int value) | Sets the dithering method to use for raw data conversion |
setFallbackIndex(int value) | Sets the fallback index to use when palette index is out of bounds |
setIndexedColorConverter(IIndexedColorConverter value) | Sets the indexed color converter |
setLineSize(int value) | Sets the pixels line size in bytes for raw data processing |
setPixelDataFormat(PixelDataFormat value) | Sets the pixel data format |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
RawDataSettings()
public RawDataSettings()
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
getColorPalette()
public IColorPalette getColorPalette()
Gets the color palette
Returns: IColorPalette - The color palette
getCustomColorConverter()
public IColorConverter getCustomColorConverter()
Gets the custom color converter
Returns: IColorConverter - The custom color converter
getDitheringMethod()
public int getDitheringMethod()
Gets the dithering method to use for raw data conversion
Returns: int - The dithering method to use for raw data conversion
getFallbackIndex()
public int getFallbackIndex()
Gets the fallback index to use when palette index is out of bounds
Returns: int - The fallback index to use when palette index is out of bounds
getIndexedColorConverter()
public IIndexedColorConverter getIndexedColorConverter()
Gets the indexed color converter
Returns: IIndexedColorConverter - The indexed color converter
getLineSize()
public int getLineSize()
Gets the pixels line size in bytes for raw data processing
Returns: int - The pixels line size in bytes for raw data processing
getPixelDataFormat()
public PixelDataFormat getPixelDataFormat()
Gets the pixel data format
Returns: PixelDataFormat - The pixel data format
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setColorPalette(IColorPalette value)
public void setColorPalette(IColorPalette value)
Sets the color palette
Parameters:
Parameter | Type | Description |
---|---|---|
value | IColorPalette | The color palette |
setCustomColorConverter(IColorConverter value)
public void setCustomColorConverter(IColorConverter value)
Sets the custom color converter
Parameters:
Parameter | Type | Description |
---|---|---|
value | IColorConverter | The custom color converter |
setDitheringMethod(int value)
public void setDitheringMethod(int value)
Sets the dithering method to use for raw data conversion
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The dithering method to use for raw data conversion |
setFallbackIndex(int value)
public void setFallbackIndex(int value)
Sets the fallback index to use when palette index is out of bounds
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The fallback index to use when palette index is out of bounds |
setIndexedColorConverter(IIndexedColorConverter value)
public void setIndexedColorConverter(IIndexedColorConverter value)
Sets the indexed color converter
Parameters:
Parameter | Type | Description |
---|---|---|
value | IIndexedColorConverter | The indexed color converter |
setLineSize(int value)
public void setLineSize(int value)
Sets the pixels line size in bytes for raw data processing
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | The pixels line size in bytes for raw data processing |
setPixelDataFormat(PixelDataFormat value)
public void setPixelDataFormat(PixelDataFormat value)
Sets the pixel data format
Parameters:
Parameter | Type | Description |
---|---|---|
value | PixelDataFormat | The pixel data format |
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 |