vision
Class ImageProcessor.Row

java.lang.Object
  |
  +--vision.ImageProcessor.Row
Enclosing class:
ImageProcessor

class ImageProcessor.Row
extends java.lang.Object


Field Summary
(package private)  ImageProcessor.Row next
           
(package private)  int[] xCoordinates
           
(package private)  int yCoordinate
           
 
Constructor Summary
(package private) ImageProcessor.Row()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

yCoordinate

int yCoordinate

next

ImageProcessor.Row next

xCoordinates

int[] xCoordinates
Constructor Detail

ImageProcessor.Row

ImageProcessor.Row()