Class libjpeg.JQUANT_TBL

  • Enclosing class:
    libjpeg

    class libjpeg.JQUANT_TBL
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int[] quantval  
      (package private) boolean sent_table  
    • Constructor Summary

      Constructors 
      Constructor Description
      JQUANT_TBL()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • quantval

        int[] quantval
      • sent_table

        boolean sent_table
    • Constructor Detail

      • JQUANT_TBL

        JQUANT_TBL()