ar.com.hjg.pngj.chunks
Class PngChunkMultiple

java.lang.Object
  extended by ar.com.hjg.pngj.chunks.PngChunk
      extended by ar.com.hjg.pngj.chunks.PngChunkMultiple
Direct Known Subclasses:
PngChunkIDAT, PngChunkSPLT, PngChunkTextVar, PngChunkUNKNOWN

public abstract class PngChunkMultiple
extends PngChunk

PNG chunk type (abstract) that allows multiple instances in same image.


Nested Class Summary
 
Nested classes/interfaces inherited from class ar.com.hjg.pngj.chunks.PngChunk
PngChunk.ChunkOrderingConstraint
 
Field Summary
 
Fields inherited from class ar.com.hjg.pngj.chunks.PngChunk
crit, id, pub, safe
 
Method Summary
 boolean allowsMultiple()
           
 
Methods inherited from class ar.com.hjg.pngj.chunks.PngChunk
cloneChunk, cloneDataFromRead, createRawChunk, factory, factoryFromId, factoryRegister, getChunkGroup, getLength, getOffset, getOrderingConstraint, hasPriority, isKnown, parseFromRaw, setChunkGroup, setLength, setOffset, setPriority, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

allowsMultiple

public final boolean allowsMultiple()
Specified by:
allowsMultiple in class PngChunk