Packages

 

com.aspose.psd

Interfaces

Classes

Exceptions

com.aspose.psd

Class RawDataSettings



  • public class RawDataSettings
    extends Object

    The raw data settings

    • Constructor Detail

      • RawDataSettings

        public RawDataSettings()
    • Method Detail

      • getPixelDataFormat

        public PixelDataFormat getPixelDataFormat()

        Gets the pixel data format

        Returns:
        The pixel data format
      • setPixelDataFormat

        public void setPixelDataFormat(PixelDataFormat value)

        Sets the pixel data format

        Parameters:
        value - The pixel data format
      • getColorPalette

        public IColorPalette getColorPalette()

        Gets the color palette

        Returns:
        The color palette
      • setColorPalette

        public void setColorPalette(IColorPalette value)

        Sets the color palette

        Parameters:
        value - The color palette
      • getDitheringMethod

        public int getDitheringMethod()

        Gets 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)

        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 the indexed color converter

        Returns:
        The indexed color converter
      • setIndexedColorConverter

        public void setIndexedColorConverter(IIndexedColorConverter value)

        Sets the indexed color converter

        Parameters:
        value - The indexed color converter
      • getCustomColorConverter

        public IColorConverter getCustomColorConverter()

        Gets the custom color converter

        Returns:
        The custom color converter
      • setCustomColorConverter

        public void setCustomColorConverter(IColorConverter value)

        Sets the custom color converter

        Parameters:
        value - The custom color converter
      • getFallbackIndex

        public int getFallbackIndex()

        Gets 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)

        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 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)

        Sets the pixels line size in bytes for raw data processing

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