public class RawDataSettings extends Object
The raw data settings
Constructor and Description |
---|
RawDataSettings() |
Modifier and Type | Method and Description |
---|---|
com.aspose.cad.IColorPalette |
getColorPalette()
Gets or sets the color palette
|
IColorConverter |
getCustomColorConverter()
Gets or sets the custom color converter
|
int |
getDitheringMethod()
Gets or sets the dithering method to use for raw data conversion
|
int |
getFallbackIndex()
Gets or sets the fallback index to use when palette index is out of bounds
|
IIndexedColorConverter |
getIndexedColorConverter()
Gets or sets the indexed color converter
|
int |
getLineSize()
Gets or sets the pixels line size in bytes for raw data processing
|
PixelDataFormat |
getPixelDataFormat()
Gets or sets the pixel data format
|
void |
setColorPalette(com.aspose.cad.IColorPalette value)
Gets or sets the color palette
|
void |
setCustomColorConverter(IColorConverter value)
Gets or sets the custom color converter
|
void |
setDitheringMethod(int value)
Gets or sets the dithering method to use for raw data conversion
|
void |
setFallbackIndex(int value)
Gets or sets the fallback index to use when palette index is out of bounds
|
void |
setIndexedColorConverter(IIndexedColorConverter value)
Gets or sets the indexed color converter
|
void |
setLineSize(int value)
Gets or sets the pixels line size in bytes for raw data processing
|
void |
setPixelDataFormat(PixelDataFormat value)
Gets or sets the pixel data format
|
public PixelDataFormat getPixelDataFormat()
Gets or sets the pixel data format
public void setPixelDataFormat(PixelDataFormat value)
Gets or sets the pixel data format
value
- The pixel data formatpublic com.aspose.cad.IColorPalette getColorPalette()
Gets or sets the color palette
public void setColorPalette(com.aspose.cad.IColorPalette value)
Gets or sets the color palette
value
- The color palettepublic int getDitheringMethod()
Gets or sets the dithering method to use for raw data conversion
public void setDitheringMethod(int value)
Gets or sets the dithering method to use for raw data conversion
value
- The dithering method to use for raw data conversionpublic IIndexedColorConverter getIndexedColorConverter()
Gets or sets the indexed color converter
public void setIndexedColorConverter(IIndexedColorConverter value)
Gets or sets the indexed color converter
value
- The indexed color converterpublic IColorConverter getCustomColorConverter()
Gets or sets the custom color converter
public void setCustomColorConverter(IColorConverter value)
Gets or sets the custom color converter
value
- The custom color converterpublic int getFallbackIndex()
Gets or sets the fallback index to use when palette index is out of bounds
public void setFallbackIndex(int value)
Gets or sets the fallback index to use when palette index is out of bounds
value
- The fallback index to use when palette index is out of boundspublic int getLineSize()
Gets or sets the pixels line size in bytes for raw data processing
public void setLineSize(int value)
Gets or sets the pixels line size in bytes for raw data processing
value
- The pixels line size in bytes for raw data processing