public int getRowPositionByY(int y) {
   return underlyingLayer.getRowPositionByY(y);
 }