public class PngChunkTEXT extends PngChunkTextVar
see http://www.w3.org/TR/PNG/#11tEXt
PngChunkTextVar.PngTxtInfoPngChunk.ChunkOrderingConstraint| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
key, KEY_Author, KEY_Comment, KEY_Copyright, KEY_Creation_Time, KEY_Description, KEY_Disclaimer, KEY_Software, KEY_Source, KEY_Title, KEY_Warning, val| Constructor and Description |
|---|
PngChunkTEXT(ImageInfo info) |
| Modifier and Type | Method and Description |
|---|---|
ChunkRaw |
createRawChunk()
Creates the physical chunk.
|
void |
parseFromRaw(ChunkRaw c)
Parses raw chunk and fill inside data.
|
getKey, getOrderingConstraint, getVal, setKeyValallowsMultiplecreateEmptyChunk, getChunkGroup, getLen, getOffset, getRaw, hasPriority, invalidateRawData, setPriority, toStringpublic static final String ID
public PngChunkTEXT(ImageInfo info)
public ChunkRaw createRawChunk()
PngChunkcreateRawChunk in class PngChunkpublic void parseFromRaw(ChunkRaw c)
PngChunkparseFromRaw in class PngChunkCopyright © 2014. All rights reserved.