public final class TimedDeadzone
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TimedDeadzone.Length |
| Modifier and Type | Field and Description |
|---|---|
static TimedDeadzone.Length |
DEFAULT |
static TimedDeadzone.Length |
NULL |
| Constructor and Description |
|---|
TimedDeadzone(TimedDeadzone.Length zoneLength) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
enter(java.awt.event.MouseEvent e) |
int |
getLength() |
boolean |
isWithin() |
void |
setLength(TimedDeadzone.Length deadZone) |
public static final TimedDeadzone.Length DEFAULT
public static final TimedDeadzone.Length NULL
public TimedDeadzone(TimedDeadzone.Length zoneLength)
public int getLength()
public void enter(java.awt.event.MouseEvent e)
public void clear()
public boolean isWithin()
public void setLength(TimedDeadzone.Length deadZone)