Interface QuantizationType


  • public interface QuantizationType
    This interface defines the IDs of the possible quantization types. JPEG 2000 part I support only the scalar quantization with dead zone. However other quantization type may be defined in JPEG 2000 extensions (for instance Trellis Coded Quantization).

    This interface defines the constants only. In order to use the constants in any other class you can either use the fully qualified name (e.g., QuantizationType.Q_TYPE_SCALAR_DZ) or declare this interface in the implements clause of the class and then access the identifier directly.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int Q_TYPE_SCALAR_DZ
      The ID of the scalar deadzone dequantizer
    • Field Detail

      • Q_TYPE_SCALAR_DZ

        static final int Q_TYPE_SCALAR_DZ
        The ID of the scalar deadzone dequantizer
        See Also:
        Constant Field Values