JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
A
B
C
D
E
G
H
I
M
N
O
R
S
T
V
W
C
CircleShape
- Class in
cs2
CircleShape draws a circle for you on your Window.
CircleShape(int, int)
- Constructor for class cs2.
CircleShape
CircleShape's simplest constructor, it only needs an x and y pixel location on your window.
CircleShape(int, int, int)
- Constructor for class cs2.
CircleShape
CircleShape constructor where the default color is orange.
CircleShape(int, int, int, Color)
- Constructor for class cs2.
CircleShape
CircleShape constructor where every parameter is specified.
CircleShape(int, int, Color)
- Constructor for class cs2.
CircleShape
CircleShape constructor where the default size is 50.
ClickAction
- Interface in
cs2
clickButton(WindowSide, String)
- Method in class cs2.
Window
simulates clicking the specified Button, for use in testing by students.
collidesWith(Widget)
- Method in class cs2.
Widget
Command
- Interface in
cs2
contains(int, int)
- Method in class cs2.
Widget
contains() true/false if x,y is inside of the bounds of this widget.
cs2
- package cs2
A
B
C
D
E
G
H
I
M
N
O
R
S
T
V
W
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Letter
Next Letter
Frames
No Frames
All Classes
JavaScript is disabled on your browser.