public static interface PseudoInfiniteViewport.Pannable
Pannable
interface contains those methods that
the view in a PseudoInfiniteViewport
needs to support
to enable panning behavior along with scrolling.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPannableTipText() |
boolean |
isPannableUnbounded() |
void |
panBy(int hDelta,
int vDelta) |