Class libjpeg.box

  • Enclosing class:
    libjpeg

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

      Fields 
      Modifier and Type Field Description
      (package private) int c0max  
      (package private) int c0min  
      (package private) int c1max  
      (package private) int c1min  
      (package private) int c2max  
      (package private) int c2min  
      (package private) long colorcount  
      (package private) int volume  
    • Constructor Summary

      Constructors 
      Constructor Description
      box()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • c0min

        int c0min
      • c0max

        int c0max
      • c1min

        int c1min
      • c1max

        int c1max
      • c2min

        int c2min
      • c2max

        int c2max
      • volume

        int volume
      • colorcount

        long colorcount
    • Constructor Detail

      • box

        box()