public final class PNG extends Bitmap
PictureData.PictureType
CHECKSUM_SIZE
Constructor and Description |
---|
PNG() |
Modifier and Type | Method and Description |
---|---|
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 |
getImageDimension, setData
create, getChecksum, getChecksum, getContentType, getGenericProperties, getHeader, getImageDimensionInPixels, getIndex, getOffset, getRawData, getUID, getUIDInstanceCount, setIndex, setOffset, setRawData, setUIDInstanceCount, write
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getGenericChildren, getGenericRecordType
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
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.