public final class PNG extends Bitmap
CHECKSUM_SIZE, logger, offset, painters, uidInstanceCount
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 |
int |
getType()
Returns type of this picture.
|
void |
setSignature(int signature)
Sets the PNG signature - either
0x6E00 or 0x6E10 |
create, draw, getChecksum, getHeader, getImagePainter, getOffset, getRawData, getSize, getUID, getUIDInstanceCount, setImagePainter, setOffset, setRawData, write
public byte[] getData()
PictureData
public int getType()
PictureData
Picture class.
getType
in class PictureData
Picture.PNG
public int getSignature()
0x6E00
or 0x6E10
getSignature
in class PictureData
0x6E00
or 0x6E10
)public void setSignature(int signature)
0x6E00
or 0x6E10
setSignature
in class PictureData
Copyright 2015 The Apache Software Foundation or its licensors, as applicable.