Skip navigation links

CSU CS165

A C D E F G I L M R S U 

A

actionPerformed(ActionEvent) - Method in class UserInterface
Button handler

C

clear() - Method in interface DrawInterface
Clears the screen.
clear() - Method in class UserInterface
 

D

drawCircle(int, int, int, boolean) - Method in interface DrawInterface
Draws a circle.
drawCircle(int, int, int, boolean) - Method in class UserInterface
 
DrawInterface - Interface in <Unnamed>
 
DrawPrimitives - Class in <Unnamed>
 
DrawPrimitives() - Constructor for class DrawPrimitives
 
drawRectangle(int, int, int, int, boolean) - Method in interface DrawInterface
Draws a rectangle.
drawRectangle(int, int, int, int, boolean) - Method in class UserInterface
 
drawText(int, int, String) - Method in interface DrawInterface
Draws text.
drawText(int, int, String) - Method in class UserInterface
 
drawTriangle(int, int, int, int, int, int) - Method in interface DrawInterface
Draws a triangle.
drawTriangle(int, int, int, int, int, int) - Method in class UserInterface
 

E

exit() - Method in class UserInterface
Exits program by hiding the window, destroying it, then stopping the application.

F

fonts - Variable in class UserInterface
 

G

graphicsHeight() - Method in interface DrawInterface
Returns drawing surface height.
graphicsHeight() - Method in class UserInterface
 
graphicsWidth() - Method in interface DrawInterface
Returns drawing surface width.
graphicsWidth() - Method in class UserInterface
 

I

initializeGraphics() - Method in interface DrawInterface
 
initializeGraphics() - Method in class UserInterface
Setup the graphics context Store the width of the field middlePanel into the field "gWidth".

L

load() - Method in class UserInterface
Load file using the graphical interface

M

main(String[]) - Static method in class DrawPrimitives
 

R

rand(int) - Static method in class DrawPrimitives
Random number in range

S

save() - Method in class UserInterface
save the program.
setColor(Color) - Method in class UserInterface
The color for the outline or fill.
setupWindow() - Method in class UserInterface
Setup window attributes Set window size to 550 x 650.

U

update() - Method in class UserInterface
Updates the surface Increment the number of primitives.
UserInterface - Class in <Unnamed>
 
UserInterface() - Constructor for class UserInterface
User interface constructor
A C D E F G I L M R S U 
Skip navigation links

CSU CS165