Interface PNGConstants
-
public interface PNGConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intPNG_COLOR_GRAYstatic intPNG_COLOR_GRAY_ALPHAstatic intPNG_COLOR_PALETTEstatic intPNG_COLOR_RGBstatic intPNG_COLOR_RGB_ALPHAstatic intPNG_FILTER_AVERAGEstatic intPNG_FILTER_NONEstatic intPNG_FILTER_PAETHstatic intPNG_FILTER_SUBstatic intPNG_FILTER_UPstatic longPNG_SIGNATURE
-
-
-
Field Detail
-
PNG_SIGNATURE
static final long PNG_SIGNATURE
- See Also:
- Constant Field Values
-
PNG_COLOR_GRAY
static final int PNG_COLOR_GRAY
- See Also:
- Constant Field Values
-
PNG_COLOR_RGB
static final int PNG_COLOR_RGB
- See Also:
- Constant Field Values
-
PNG_COLOR_PALETTE
static final int PNG_COLOR_PALETTE
- See Also:
- Constant Field Values
-
PNG_COLOR_GRAY_ALPHA
static final int PNG_COLOR_GRAY_ALPHA
- See Also:
- Constant Field Values
-
PNG_COLOR_RGB_ALPHA
static final int PNG_COLOR_RGB_ALPHA
- See Also:
- Constant Field Values
-
PNG_FILTER_NONE
static final int PNG_FILTER_NONE
- See Also:
- Constant Field Values
-
PNG_FILTER_SUB
static final int PNG_FILTER_SUB
- See Also:
- Constant Field Values
-
PNG_FILTER_UP
static final int PNG_FILTER_UP
- See Also:
- Constant Field Values
-
PNG_FILTER_AVERAGE
static final int PNG_FILTER_AVERAGE
- See Also:
- Constant Field Values
-
PNG_FILTER_PAETH
static final int PNG_FILTER_PAETH
- See Also:
- Constant Field Values
-
-