|
||||||||||
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.PNG
public final class PNG
Represents a PNG picture data in a PPT file
Nested Class Summary |
---|
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 | |
---|---|
PNG()
|
Method Summary | |
---|---|
byte[] |
getData()
Returns the binary data of this Picture |
int |
getSignature()
PNG signature is 0x6E00 or 0x6E10 |
PictureData.PictureType |
getType()
|
void |
setSignature(int signature)
Sets the PNG signature - either 0x6E00 or 0x6E10 |
Methods inherited from class org.apache.poi.hslf.blip.Bitmap |
---|
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 PNG()
Method Detail |
---|
public byte[] getData()
PictureData
getData
in interface PictureData
getData
in class Bitmap
public PictureData.PictureType getType()
public int getSignature()
0x6E00
or 0x6E10
getSignature
in class HSLFPictureData
0x6E00
or 0x6E10
)public void setSignature(int signature)
0x6E00
or 0x6E10
setSignature
in class HSLFPictureData
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |