Package jj2000.j2k.wavelet
Interface FilterTypes
- All Known Implementing Classes:
ForwCompTransfSpec,HeaderInfo
public interface FilterTypes
This interface defines the identifiers for the different types of
filters that are supported.
The identifier values are the same as those used in the codestream syntax, for the filters that are defined in the standard.
-
Field Summary
Fields
-
Field Details
-
W9X7
static final int W9X7W7x9 filter: 0x00- See Also:
-
W5X3
static final int W5X3W5x3 filter: 0x01- See Also:
-
CUSTOM
static final int CUSTOMUser-defined filter: -1- See Also:
-