public class TurnZoomHandler extends MouseHandler
| Modifier and Type | Field and Description |
|---|---|
private int |
x0 |
private int |
x1 |
private int |
xc |
private int |
y0 |
private int |
y1 |
private int |
yc |
BUFFERED, FULL, NONE| Constructor and Description |
|---|
TurnZoomHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
advance(Mouse m) |
void |
applyOnDrag(Mouse m) |
void |
init(Mouse m) |
activate, applyOnDown, applyOnRelease, clear, deactivate, echoPaint, getRepaintStatus, isActive, isIn, isOut, isUndecided, missedPress, motionAware, motionChange, release, setClaimIn, setClaimOut, setClaimUndecided, setFullRepaint, setRepaintStatusprivate int xc
private int yc
private int x0
private int y0
private int x1
private int y1
public void init(Mouse m)
init in class MouseHandlerpublic void advance(Mouse m)
advance in class MouseHandlerpublic void applyOnDrag(Mouse m)
applyOnDrag in class MouseHandlerCopyright © 2013. All Rights Reserved.