Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
L
lClick
- Static variable in class ch.aplu.jgamegrid.
GGMouse
Left mouse button down and up in a quick sequence.
lDClick
- Static variable in class ch.aplu.jgamegrid.
GGMouse
Left mouse button down, up, down, up in a quick sequence.
lDrag
- Static variable in class ch.aplu.jgamegrid.
GGMouse
Left mouse button down and move.
leave
- Static variable in class ch.aplu.jgamegrid.
GGMouse
Mouse cursor leaves the window.
leftClicked(Card)
- Method in class ch.aplu.jcardgame.
CardAdapter
Triggered when a card is left clicked.
leftClicked(Card)
- Method in interface ch.aplu.jcardgame.
CardListener
Triggered when a card is left clicked.
leftDoubleClicked(Card)
- Method in class ch.aplu.jcardgame.
CardAdapter
Triggered when a card is left double-clicked.
leftDoubleClicked(Card)
- Method in interface ch.aplu.jcardgame.
CardListener
Triggered when a card is left double-clicked.
leftPressed(Card)
- Method in class ch.aplu.jcardgame.
CardAdapter
Triggered when a card is left pressed.
leftPressed(Card)
- Method in interface ch.aplu.jcardgame.
CardListener
Triggered when a card is left pressed.
leftReleased(Card)
- Method in class ch.aplu.jcardgame.
CardAdapter
Triggered when a card is left released.
leftReleased(Card)
- Method in interface ch.aplu.jcardgame.
CardListener
Triggered when a card is left released.
Location
- Class in
ch.aplu.jgamegrid
Class to represent the position of a cell (in cell coordinates).
Location()
- Constructor for class ch.aplu.jgamegrid.
Location
Constructs a location at (0, 0).
Location(int, int)
- Constructor for class ch.aplu.jgamegrid.
Location
Constructs a location with given horizontal and vertical cell coordinates.
Location(Location)
- Constructor for class ch.aplu.jgamegrid.
Location
Constructs a location with the coordinates of the given location.
Location.CompassDirection
- Enum in
ch.aplu.jgamegrid
Class to represent the 8 compass directions.
LoResAlarmTimer
- Class in
ch.aplu.util
Alarm timer with low resolution (Resolution normally less than 10 milliseconds.)
LoResAlarmTimer(long)
- Constructor for class ch.aplu.util.
LoResAlarmTimer
Construct a AlarmTimer instance and set its preset time in microseconds (us).
LoResAlarmTimer(long, boolean)
- Constructor for class ch.aplu.util.
LoResAlarmTimer
Same as LoResAlarmTimer(alarmTime), but the timer starts immediately if autostart is true.
LoResAlarmTimer(long, boolean, boolean)
- Constructor for class ch.aplu.util.
LoResAlarmTimer
Same as LoResAlarmTimer(alarmTime, autostart), but most methods calls Thread.yield() automatically, if yield is true.
LoResTimer
- Class in
ch.aplu.util
Timer with low resolution (based on Date.getTime()) (Resolution normally less than 10 milliseconds.)
LoResTimer()
- Constructor for class ch.aplu.util.
LoResTimer
Construct a LoResTimer object and set its time to zero.
LoResTimer(boolean)
- Constructor for class ch.aplu.util.
LoResTimer
Same as LoResTimer(), but the timer starts immediately if autostart is true.
LoResTimer(boolean, boolean)
- Constructor for class ch.aplu.util.
LoResTimer
Same as LoResTimer(autostart), but most methods calls Thread.yield() automatically, if yield is true.
lPress
- Static variable in class ch.aplu.jgamegrid.
GGMouse
Left mouse button down.
lRelease
- Static variable in class ch.aplu.jgamegrid.
GGMouse
Left mouse button up.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y