net.grelf.grip
Class Defect

java.lang.Object
  extended by net.grelf.grip.Defect

public class Defect
extends java.lang.Object

Record to hold coordinates and levels of a defective pixel.


Field Summary
 int[] levels
           
 java.awt.Point point
           
 
Constructor Summary
Defect(java.awt.Point aPoint, int[] someLevels)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

point

public java.awt.Point point

levels

public int[] levels
Constructor Detail

Defect

public Defect(java.awt.Point aPoint,
              int[] someLevels)