controller
Interface IScrollAdapter


public interface IScrollAdapter

Adapter to connect the scroll panel and the model.

Author:
Mathias Ricken

Method Summary
 void resetScrolling()
          Reset the pan of the panel.
 void setCorner(int x, int y)
          Set the top left corner of the scroll panel.
 

Method Detail

setCorner

void setCorner(int x,
               int y)
Set the top left corner of the scroll panel.

Parameters:
x - column
y - row

resetScrolling

void resetScrolling()
Reset the pan of the panel.