cz.cuni.jagrlib.piece
Class OrderSFC.QItem
java.lang.Object
cz.cuni.jagrlib.piece.OrderSFC.QItem
- Enclosing class:
- OrderSFC
protected static class OrderSFC.QItem
- extends 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
OrderSFC.QItem
public OrderSFC.QItem(int x,
int y)