|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.hjg.pngj.chunks.ChunkCopyBehaviour
public class ChunkCopyBehaviour
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 |
---|
public static final int COPY_ALL
public static final int COPY_ALL_SAFE
public static final int COPY_ALMOSTALL
public static final int COPY_NONE
public static final int COPY_PALETTE
public static final int COPY_PHYS
public static final int COPY_TEXTUAL
public static final int COPY_TRANSPARENCY
public static final int COPY_UNKNOWN
Constructor Detail |
---|
public ChunkCopyBehaviour()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |