Class JPEG

All Implemented Interfaces:
PictureData

public final class JPEG extends Bitmap
Represents a JPEG picture data in a PPT file
  • Constructor Details

    • JPEG

      public JPEG()
  • Method Details

    • getType

      public PictureData.PictureType getType()
      Returns:
      the picture type
    • getColorSpace

      public JPEG.ColorSpace getColorSpace()
    • setColorSpace

      public void setColorSpace(JPEG.ColorSpace colorSpace)
    • getSignature

      public int getSignature()
      JPEG signature is one of 0x46A0, 0x46B0, 0x6E20, 0x6E30
      Specified by:
      getSignature in class HSLFPictureData
      Returns:
      JPEG signature (0x46A0, 0x46B0, 0x6E20, 0x6E30)
    • setSignature

      public void setSignature(int signature)
      Sets the PICT signature - either 0x5420 or 0x5430
      Specified by:
      setSignature in class HSLFPictureData