A B C D E G I L M N O P R S T W X Y

W

WHITE - Static variable in class edu.byu.phun2d.Color
 
Win2D - Class in edu.byu.phun2d
This is the basic class for displaying a window on the screen.
Win2D(String) - Constructor for class edu.byu.phun2d.Win2D
Creates a new window that has no contents and a default background color.
Win2D(String, int, int, int, int) - Constructor for class edu.byu.phun2d.Win2D
Creates a new window with a specified name and location.
winMouseDown(Point) - Method in class edu.byu.phun2d.Win2D
This is called whenever the primary mouse button is pressed while over the top of this window.
winMouseMove(Point) - Method in class edu.byu.phun2d.Win2D
This is called whenever there is a mouse movement and the primary mouse button is currently pressed.
winMouseUp(Point) - Method in class edu.byu.phun2d.Win2D
This is called whenever the primary mouse button is released while the mouse is inside of this window.

A B C D E G I L M N O P R S T W X Y