|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hslf.usermodel.PictureData org.apache.poi.hslf.blip.Bitmap org.apache.poi.hslf.blip.PNG
public class PNG
Represents a PNG picture data in a PPT file
Field Summary |
---|
Fields inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
CHECKSUM_SIZE, logger, offset, painters |
Constructor Summary | |
---|---|
PNG()
|
Method Summary | |
---|---|
byte[] |
getData()
Returns the binary data of this Picture |
int |
getSignature()
PNG signature is 0x6E00 |
int |
getType()
Returns type of this picture. |
Methods inherited from class org.apache.poi.hslf.blip.Bitmap |
---|
setData |
Methods inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
create, draw, getChecksum, getHeader, getImagePainter, getOffset, getRawData, getSize, getUID, setImagePainter, setOffset, setRawData, 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 class Bitmap
public int getType()
PictureData
Picture class.
- Specified by:
getType
in class PictureData
- Returns:
- type of this picture
- See Also:
Picture.PNG
public int getSignature()
0x6E00
getSignature
in class PictureData
0x6E00
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |