Packages

 

com.aspose.imaging.fileformats.cdr.objects

Class CdrBmp

    • Constructor Detail

      • CdrBmp

        public CdrBmp()
    • Method Detail

      • getData

        public final byte[] getData()

        Gets the data.

        Returns:
        the data.
      • setData

        public final void setData(byte[] value)

        Sets the data.

        Parameters:
        value - the data.
      • getColorModel

        public final int getColorModel()

        Gets the color model.

        Returns:
        the color model.
      • setColorModel

        public final void setColorModel(int value)

        Sets the color model.

        Parameters:
        value - the color model.
      • getWidth

        public final int getWidth()

        Gets the width.

        Returns:
        the width.
      • setWidth

        public final void setWidth(int value)

        Sets the width.

        Parameters:
        value - the width.
      • getHeight

        public final int getHeight()

        Gets the height.

        Returns:
        the height.
      • setHeight

        public final void setHeight(int value)

        Sets the height.

        Parameters:
        value - the height.
      • getBpp

        public final int getBpp()

        Gets the BPP.

        Returns:
        the BPP.
      • setBpp

        public final void setBpp(int value)

        Sets the BPP.

        Parameters:
        value - the BPP.
      • getBytesPerLine

        public final int getBytesPerLine()

        Gets the bytes per line.

        Returns:
        the bytes per line.
      • setBytesPerLine

        public final void setBytesPerLine(int value)

        Sets the bytes per line.

        Parameters:
        value - the bytes per line.
      • getPalette

        public final int[] getPalette()

        Gets the palette.

        Returns:
        the palette.
      • setPalette

        public final void setPalette(int[] value)

        Sets the palette.

        Parameters:
        value - the palette.