Class FileJPEG2000.opj_stepsize_t

  • Enclosing class:
    FileJPEG2000

    class FileJPEG2000.opj_stepsize_t
    extends java.lang.Object
    Quantization stepsize
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int expn
      exponent
      (package private) int mant
      mantissa
    • Constructor Summary

      Constructors 
      Constructor Description
      opj_stepsize_t()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • expn

        int expn
        exponent
      • mant

        int mant
        mantissa
    • Constructor Detail

      • opj_stepsize_t

        opj_stepsize_t()