Package org.apache.poi.hslf.blip
Class JPEG
java.lang.Object
org.apache.poi.hslf.usermodel.HSLFPictureData
org.apache.poi.hslf.blip.Bitmap
org.apache.poi.hslf.blip.JPEG
- All Implemented Interfaces:
PictureData
Represents a JPEG picture data in a PPT file
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.apache.poi.sl.usermodel.PictureData
PictureData.PictureType
-
Field Summary
Fields inherited from class org.apache.poi.hslf.usermodel.HSLFPictureData
CHECKSUM_SIZE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
JPEG signature is one of0x46A0, 0x46B0, 0x6E20, 0x6E30
getType()
void
setColorSpace
(JPEG.ColorSpace colorSpace) void
setSignature
(int signature) Sets the PICT signature - either0x5420
or0x5430
Methods inherited from class org.apache.poi.hslf.blip.Bitmap
getData, getImageDimension, setData
Methods inherited from class org.apache.poi.hslf.usermodel.HSLFPictureData
create, getChecksum, getChecksum, getContentType, getHeader, getImageDimensionInPixels, getIndex, getOffset, getRawData, getUID, getUIDInstanceCount, setIndex, setOffset, setRawData, setUIDInstanceCount, write
-
Constructor Details
-
JPEG
public JPEG()
-
-
Method Details
-
getType
- Returns:
- the picture type
-
getColorSpace
-
setColorSpace
-
getSignature
public int getSignature()JPEG signature is one of0x46A0, 0x46B0, 0x6E20, 0x6E30
- Specified by:
getSignature
in classHSLFPictureData
- Returns:
- JPEG signature (
0x46A0, 0x46B0, 0x6E20, 0x6E30
)
-
setSignature
public void setSignature(int signature) Sets the PICT signature - either0x5420
or0x5430
- Specified by:
setSignature
in classHSLFPictureData
-