public class AutoScrollSource
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static interface |
AutoScrollSource.AutoScrollChangeListener |
限定符和类型 | 方法和说明 |
---|---|
static AutoScrollSource |
creatAutoScrollSource(int x,
int y,
AutoScrollSource.AutoScrollChangeListener l,
FormDesigner designer) |
static AutoScrollSource |
creatAutoScrollSource(java.awt.Rectangle rec,
int rx,
int ry,
AutoScrollSource.AutoScrollChangeListener l,
FormDesigner designer) |
int |
getHorizontalExtent() |
int |
getVerticalExtent() |
void |
propertyChange() |
static int |
sab(int i,
int delay) |
public static int sab(int i, int delay)
public static AutoScrollSource creatAutoScrollSource(int x, int y, AutoScrollSource.AutoScrollChangeListener l, FormDesigner designer)
public static AutoScrollSource creatAutoScrollSource(java.awt.Rectangle rec, int rx, int ry, AutoScrollSource.AutoScrollChangeListener l, FormDesigner designer)
public int getHorizontalExtent()
public int getVerticalExtent()
public void propertyChange()