|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tecit.jni.barcode.ImageQuality.PNG
public static final class ImageQuality.PNG
PNG-Format
Field Summary | |
---|---|
static int |
ALL
all filters (best compression) |
static int |
AVG
average filter |
static int |
NO
no filter (fastest) |
static int |
PAETH
paeth filter |
static int |
SUB
difference filter with adjacent pixel |
static int |
UP
difference filter with pixel in previous row |
Constructor Summary | |
---|---|
ImageQuality.PNG()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int ALL
public static final int NO
public static final int SUB
public static final int UP
public static final int AVG
public static final int PAETH
Constructor Detail |
---|
public ImageQuality.PNG()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |