Class Bitmap

  • All Implemented Interfaces:
    GenericRecord, PictureData
    Direct Known Subclasses:
    DIB, JPEG, PNG

    public abstract class Bitmap
    extends HSLFPictureData
    Represents a bitmap picture data: JPEG or PNG. The data is not compressed and the exact file content is written in the stream.
    • Method Detail

      • getData

        public byte[] getData()
      • formatImageForSlideshow

        protected byte[] formatImageForSlideshow​(byte[] data)
        Description copied from class: HSLFPictureData
        Formats the picture data for storage in the slideshow.

        Images stored in HSLFSlideShows are represented differently than when they are standalone files. The exact formatting differs for each image type.

        Specified by:
        formatImageForSlideshow in class HSLFPictureData
        Parameters:
        data - Original image data. If these bytes were written to a disk, a common image viewer would be able to render the image.
        Returns:
        Formatted image representation.
      • getImageDimension

        public Dimension getImageDimension()