public class PngChunkZTXT extends PngChunkTextVar
see http://www.w3.org/TR/PNG/#11zTXt
PngChunkTextVar.PngTxtInfo
PngChunk.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 |
---|
PngChunkZTXT(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, setKeyVal
allowsMultiple
createEmptyChunk, getChunkGroup, getLen, getOffset, getRaw, hasPriority, invalidateRawData, setPriority, toString
public static final String ID
public PngChunkZTXT(ImageInfo info)
public ChunkRaw createRawChunk()
PngChunk
createRawChunk
in class PngChunk
public void parseFromRaw(ChunkRaw c)
PngChunk
parseFromRaw
in class PngChunk
Copyright © 2014. All rights reserved.