| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface DisplayViewport.Pannable
The Pannable interface contains those methods the view installed in a PseudoInfiniteViewport needs to support to enable panning behavior along with scrolling.
| Method Summary | |
|---|---|
|  int | getCellSize()Get the size of the cells. | 
|  java.lang.String | getPanTipText()Get pan tooltip text. | 
|  void | pan(double dx,
    double dy)Pan by the specified amount. | 
|  void | resetPan()Reset the pan. | 
| Method Detail | 
|---|
void pan(double dx,
         double dy)
dx - x-deltady - y deltavoid resetPan()
int getCellSize()
java.lang.String getPanTipText()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||