ar.com.hjg.pngj.chunks
Class ChunkCopyBehaviour

java.lang.Object
  extended by ar.com.hjg.pngj.chunks.ChunkCopyBehaviour

public class ChunkCopyBehaviour
extends Object

Chunk copy policy to apply when copyng from a pngReader to a pngWriter http://www.w3.org/TR/PNG/#14

These are masks, can be OR-ed


Field Summary
static int COPY_ALL
           
static int COPY_ALL_SAFE
          copy all 'safe to copy' chunks
static int COPY_ALMOSTALL
           
static int COPY_NONE
          dont copy anywhing
static int COPY_PALETTE
          copy the palette
static int COPY_PHYS
           
static int COPY_TEXTUAL
           
static int COPY_TRANSPARENCY
           
static int COPY_UNKNOWN
           
 
Constructor Summary
ChunkCopyBehaviour()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPY_ALL

public static final int COPY_ALL
See Also:
Constant Field Values

COPY_ALL_SAFE

public static final int COPY_ALL_SAFE
copy all 'safe to copy' chunks

See Also:
Constant Field Values

COPY_ALMOSTALL

public static final int COPY_ALMOSTALL
See Also:
Constant Field Values

COPY_NONE

public static final int COPY_NONE
dont copy anywhing

See Also:
Constant Field Values

COPY_PALETTE

public static final int COPY_PALETTE
copy the palette

See Also:
Constant Field Values

COPY_PHYS

public static final int COPY_PHYS
See Also:
Constant Field Values

COPY_TEXTUAL

public static final int COPY_TEXTUAL
See Also:
Constant Field Values

COPY_TRANSPARENCY

public static final int COPY_TRANSPARENCY
See Also:
Constant Field Values

COPY_UNKNOWN

public static final int COPY_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

ChunkCopyBehaviour

public ChunkCopyBehaviour()