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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
public QTable(int precision,
int id,
int[] data)
-
Method Details
-
public int getPrecision()
-
-
-
public int compareTo(
QTable that)
- Specified by:
compareTo
in interface java.lang.Comparable<QTable>