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 Detail
-
W9X7
static final int W9X7
W7x9 filter: 0x00- See Also:
- Constant Field Values
-
W5X3
static final int W5X3
W5x3 filter: 0x01- See Also:
- Constant Field Values
-
CUSTOM
static final int CUSTOM
User-defined filter: -1- See Also:
- Constant Field Values
-
-