|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.hslf.usermodel.HSLFPictureData
org.apache.poi.hslf.blip.Bitmap
org.apache.poi.hslf.blip.JPEG
public final class JPEG
Represents a JPEG picture data in a PPT file
Nested Class Summary | |
---|---|
static class |
JPEG.ColorSpace
|
Nested 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 | |
---|---|
JPEG()
|
Method Summary | |
---|---|
JPEG.ColorSpace |
getColorSpace()
|
int |
getSignature()
JPEG signature is one of 0x46A0, 0x46B0, 0x6E20, 0x6E30 |
PictureData.PictureType |
getType()
|
void |
setColorSpace(JPEG.ColorSpace colorSpace)
|
void |
setSignature(int signature)
Sets the PICT signature - either 0x5420 or 0x5430 |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JPEG()
Method Detail |
---|
public PictureData.PictureType getType()
public JPEG.ColorSpace getColorSpace()
public void setColorSpace(JPEG.ColorSpace colorSpace)
public int getSignature()
0x46A0, 0x46B0, 0x6E20, 0x6E30
getSignature
in class HSLFPictureData
0x46A0, 0x46B0, 0x6E20, 0x6E30
)public void setSignature(int signature)
0x5420
or 0x5430
setSignature
in class HSLFPictureData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |