JavaScript is disabled on your browser.
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
J
K
L
M
N
O
P
R
S
T
U
V
W
N
nextBoolean()
- Method in class acm.util.
RandomGenerator
Returns a random
boolean
value that is
true
or
false
with equal probability.
nextBoolean(double)
- Method in class acm.util.
RandomGenerator
Returns a random
boolean
value with the specified probability.
nextColor()
- Method in class acm.util.
RandomGenerator
Returns a random opaque
Color
whose components are chosen uniformly in the 0-255 range.
nextDouble(double, double)
- Method in class acm.util.
RandomGenerator
Returns the next random real number in the specified range.
nextInt(int)
- Method in class acm.util.
RandomGenerator
Returns the next random integer between 0 and
n
-1, inclusive.
nextInt(int, int)
- Method in class acm.util.
RandomGenerator
Returns the next random integer in the specified range.
NONE
- Static variable in class acm.gui.
TableLayout
Do not resize component
NONE
- Static variable in class acm.gui.
TablePanel
Do not resize component
NORTH
- Static variable in class acm.program.
Program
Constant specifying the north edge of the container
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes