Class QTable

java.lang.Object
pixy.image.jpeg.QTable
All Implemented Interfaces:
java.lang.Comparable<QTable>

public class QTable
extends java.lang.Object
implements java.lang.Comparable<QTable>
  • Constructor Summary

    Constructors 
    Constructor Description
    QTable​(int precision, int id, int[] data)  
  • Method Summary

    Modifier and Type Method Description
    int compareTo​(QTable that)  
    int[] getData()  
    int getID()  
    int getPrecision()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QTable

      public QTable​(int precision, int id, int[] data)
  • Method Details