info.gridworld.gui
Interface PseudoInfiniteViewport.Pannable

All Known Implementing Classes:
GridPanel
Enclosing class:
PseudoInfiniteViewport

public static interface PseudoInfiniteViewport.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
 boolean isPannableUnbounded()
           
 void panBy(int hDelta, int vDelta)
           
 void showPanTip()
           
 

Method Detail

panBy

void panBy(int hDelta,
           int vDelta)

isPannableUnbounded

boolean isPannableUnbounded()

showPanTip

void showPanTip()