public interface Scrollable2D extends ModelChangeListener
updateHScrollModel() and updateVScrollModel(), which should be called by application any
time the horizontal/vertical scrolling models should be updated.| Modifier and Type | Method and Description |
|---|---|
boolean |
updateHScrollModel()
Update the horizontal scrolling model based on this object geometry and contents.
|
boolean |
updateVScrollModel()
Update the vertical scrolling model based on this object geometry and contents.
|
modelChangedboolean updateVScrollModel()
true if the vertical scrolling model was changed as the result of the call.boolean updateHScrollModel()
true if the horizontal scrolling model was changed as the result of the call.