- CircleShape - Class in CS2114
-
CircleShape draws a circle for you on your Window.
- CircleShape(int, int) - Constructor for class CS2114.CircleShape
-
CircleShape's simplest constructor, it only needs an x and y pixel
location on your window.
- CircleShape(int, int, Color) - Constructor for class CS2114.CircleShape
-
CircleShape constructor where the default size is 50.
- CircleShape(int, int, int) - Constructor for class CS2114.CircleShape
-
CircleShape constructor where the default color is orange.
- CircleShape(int, int, int, Color) - Constructor for class CS2114.CircleShape
-
CircleShape constructor where every parameter is specified.
- ClickAction - Interface in CS2114
-
- clickButton(WindowSide, String) - Method in class CS2114.Window
-
simulates clicking the specified Button, for use in testing by students.
- collidesWith(Widget) - Method in class CS2114.Widget
-
- Command - Interface in CS2114
-
- contains(int, int) - Method in class CS2114.Widget
-
contains() true/false if x,y is inside of the bounds of this widget.
- CS2114 - package CS2114
-