public class PngChunkACTL extends PngChunkSingle
see https://wiki.mozilla.org/APNG_Specification#.60acTL.60:_The_Animation_Control_Chunk
PngChunk.ChunkOrderingConstraint
Constructor and Description |
---|
PngChunkACTL(ImageInfo info) |
Modifier and Type | Method and Description |
---|---|
ChunkRaw |
createRawChunk()
Creates the physical chunk.
|
int |
getNumFrames() |
int |
getNumPlays() |
PngChunk.ChunkOrderingConstraint |
getOrderingConstraint()
|
void |
parseFromRaw(ChunkRaw chunk)
Parses raw chunk and fill inside data.
|
void |
setNumFrames(int numFrames) |
void |
setNumPlays(int numPlays) |
allowsMultiple, equals, hashCode
createEmptyChunk, getChunkGroup, getLen, getOffset, getRaw, hasPriority, invalidateRawData, setPriority, toString
public static final String ID
public PngChunkACTL(ImageInfo info)
public PngChunk.ChunkOrderingConstraint getOrderingConstraint()
PngChunk
getOrderingConstraint
in class PngChunk
public ChunkRaw createRawChunk()
PngChunk
createRawChunk
in class PngChunk
public void parseFromRaw(ChunkRaw chunk)
PngChunk
parseFromRaw
in class PngChunk
public int getNumFrames()
public void setNumFrames(int numFrames)
public int getNumPlays()
public void setNumPlays(int numPlays)
Copyright © 2014. All rights reserved.