public interface PNGConstants
Modifier and Type | Field and Description |
---|---|
static int |
PNG_COLOR_GRAY |
static int |
PNG_COLOR_GRAY_ALPHA |
static int |
PNG_COLOR_PALETTE |
static int |
PNG_COLOR_RGB |
static int |
PNG_COLOR_RGB_ALPHA |
static int |
PNG_FILTER_AVERAGE |
static int |
PNG_FILTER_NONE |
static int |
PNG_FILTER_PAETH |
static int |
PNG_FILTER_SUB |
static int |
PNG_FILTER_UP |
static long |
PNG_SIGNATURE |
static final long PNG_SIGNATURE
static final int PNG_COLOR_GRAY
static final int PNG_COLOR_RGB
static final int PNG_COLOR_PALETTE
static final int PNG_COLOR_GRAY_ALPHA
static final int PNG_COLOR_RGB_ALPHA
static final int PNG_FILTER_NONE
static final int PNG_FILTER_SUB
static final int PNG_FILTER_UP
static final int PNG_FILTER_AVERAGE
static final int PNG_FILTER_PAETH
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.