cz.cuni.jagrlib.piece
Class OrderSFC.QItem

java.lang.Object
  extended by cz.cuni.jagrlib.piece.OrderSFC.QItem
Enclosing class:
OrderSFC

protected static class OrderSFC.QItem
extends java.lang.Object

FIFO item (holding coordinates of one sample.).


Field Summary
 int x
          X-coordinate of the sample or -1 if no sample is available.
 int y
          Y-coordinate of the sample.
 
Constructor Summary
OrderSFC.QItem(int x, int y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x
X-coordinate of the sample or -1 if no sample is available.


y

public int y
Y-coordinate of the sample.

Constructor Detail

OrderSFC.QItem

public OrderSFC.QItem(int x,
                      int y)