| Package | Description |
|---|---|
| ar.com.hjg.pngj |
PNGJ main package
|
| ar.com.hjg.pngj.chunks |
Contains the code related to chunk management for the PNGJ library.
|
| Class and Description |
|---|
| ChunkLoadBehaviour
What to do with ancillary (non-critical) chunks when reading.
|
| ChunkPredicate
Decides if another chunk "matches", according to some criterion
|
| ChunkRaw
Raw (physical) chunk.
|
| ChunksList
All chunks that form an image, read or to be written.
|
| ChunksListForWrite |
| PngChunk
Represents a instance of a PNG chunk.
|
| PngChunkPLTE
PLTE chunk.
|
| PngChunkTRNS
tRNS chunk.
|
| PngMetadata
We consider "image metadata" every info inside the image except for the most
basic image info (IHDR chunk - ImageInfo class) and the pixels values.
|
| Class and Description |
|---|
| ChunkLoadBehaviour
What to do with ancillary (non-critical) chunks when reading.
|
| ChunkPredicate
Decides if another chunk "matches", according to some criterion
|
| ChunkRaw
Raw (physical) chunk.
|
| ChunksList
All chunks that form an image, read or to be written.
|
| PngChunk
Represents a instance of a PNG chunk.
|
| PngChunk.ChunkOrderingConstraint
Possible ordering constraint for a PngChunk type -only relevant for
ancillary chunks.
|
| PngChunkIDAT
IDAT chunk.
|
| PngChunkIEND
IEND chunk.
|
| PngChunkMultiple
PNG chunk type (abstract) that allows multiple instances in same image.
|
| PngChunkPLTE
PLTE chunk.
|
| PngChunkSingle
PNG chunk type (abstract) that does not allow multiple instances in same
image.
|
| PngChunkTextVar
Superclass (abstract) for three textual chunks (TEXT, ITXT, ZTXT)
|
| PngChunkTIME
tIME chunk.
|
| PngChunkTRNS
tRNS chunk.
|
Copyright © 2013. All rights reserved.