Packages

 

com.aspose.cad

Class RawDataSettings



  • public class RawDataSettings
    extends Object

    The raw data settings

    • Constructor Detail

      • RawDataSettings

        public RawDataSettings()
    • Method Detail

      • getPixelDataFormat

        public PixelDataFormat getPixelDataFormat()

        Gets or sets the pixel data format

        Returns:
        The pixel data format
      • setPixelDataFormat

        public void setPixelDataFormat(PixelDataFormat value)

        Gets or sets the pixel data format

        Parameters:
        value - The pixel data format
      • getColorPalette

        public com.aspose.cad.IColorPalette getColorPalette()

        Gets or sets the color palette

        Returns:
        The color palette
      • setColorPalette

        public void setColorPalette(com.aspose.cad.IColorPalette value)

        Gets or sets the color palette

        Parameters:
        value - The color palette
      • getDitheringMethod

        public int getDitheringMethod()

        Gets or sets the dithering method to use for raw data conversion

        Returns:
        The dithering method to use for raw data conversion
      • setDitheringMethod

        public void setDitheringMethod(int value)

        Gets or sets the dithering method to use for raw data conversion

        Parameters:
        value - The dithering method to use for raw data conversion
      • getIndexedColorConverter

        public IIndexedColorConverter getIndexedColorConverter()

        Gets or sets the indexed color converter

        Returns:
        The indexed color converter
      • setIndexedColorConverter

        public void setIndexedColorConverter(IIndexedColorConverter value)

        Gets or sets the indexed color converter

        Parameters:
        value - The indexed color converter
      • getCustomColorConverter

        public IColorConverter getCustomColorConverter()

        Gets or sets the custom color converter

        Returns:
        The custom color converter
      • setCustomColorConverter

        public void setCustomColorConverter(IColorConverter value)

        Gets or sets the custom color converter

        Parameters:
        value - The custom color converter
      • getFallbackIndex

        public int getFallbackIndex()

        Gets or sets the fallback index to use when palette index is out of bounds

        Returns:
        The fallback index to use when palette index is out of bounds
      • setFallbackIndex

        public void setFallbackIndex(int value)

        Gets or sets the fallback index to use when palette index is out of bounds

        Parameters:
        value - The fallback index to use when palette index is out of bounds
      • getLineSize

        public int getLineSize()

        Gets or sets the pixels line size in bytes for raw data processing

        Returns:
        The pixels line size in bytes for raw data processing
      • setLineSize

        public void setLineSize(int value)

        Gets or sets the pixels line size in bytes for raw data processing

        Parameters:
        value - The pixels line size in bytes for raw data processing