artofillusion.ui
Class AutoScroller

java.lang.Object
  extended by artofillusion.ui.AutoScroller
All Implemented Interfaces:
java.lang.Runnable

public class AutoScroller
extends java.lang.Object
implements java.lang.Runnable

This class is attached to a scroll pane. It causes the scroll pane to automatically scroll whenever the mouse is dragged beyond the edge of it.


Constructor Summary
AutoScroller(BScrollPane pane, int xincrement, int yincrement)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoScroller

public AutoScroller(BScrollPane pane,
                    int xincrement,
                    int yincrement)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 1999-2011 by Peter Eastman.