|
||||||||||
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
public abstract class Bitmap
Represents a bitmap picture data: JPEG or PNG. The data is not compressed and the exact file content is written in the stream.
Field Summary |
---|
Fields inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
CHECKSUM_SIZE, logger, offset, painters |
Constructor Summary | |
---|---|
Bitmap()
|
Method Summary | |
---|---|
byte[] |
getData()
Returns the binary data of this Picture |
void |
setData(byte[] data)
Set picture data |
Methods inherited from class org.apache.poi.hslf.usermodel.PictureData |
---|
create, draw, getChecksum, getHeader, getImagePainter, getOffset, getRawData, getSignature, getSize, getType, 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 Bitmap()
Method Detail |
---|
public byte[] getData()
PictureData
getData
in class PictureData
public void setData(byte[] data) throws java.io.IOException
PictureData
setData
in class PictureData
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |