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.
|
Modifier and Type | Method and Description |
---|---|
void |
PngReader.setChunkLoadBehaviour(ChunkLoadBehaviour chunkLoadBehaviour)
Determines which ancillary chunks (metadata) are to be loaded and which skipped.
|
void |
ChunkSeqReaderPng.setChunkLoadBehaviour(ChunkLoadBehaviour chunkLoadBehaviour) |
Modifier and Type | Method and Description |
---|---|
static ChunkLoadBehaviour |
ChunkLoadBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChunkLoadBehaviour[] |
ChunkLoadBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ChunkHelper.shouldLoad(String id,
ChunkLoadBehaviour behav)
Decides if a chunk should be loaded, according to a ChunkLoadBehaviour
|
Copyright © 2014. All rights reserved.