A B C D F H N O P R S T W X Y

A

actionPerformed(ActionEvent) - Method in class BasicGraphics
handles button depression events, etc.

B

BasicCanvas - class BasicCanvas.
 
BasicCanvas(BasicGraphics) - Constructor for class BasicCanvas
 
BasicGraphics - class BasicGraphics.
 
BasicGraphics() - Constructor for class BasicGraphics
constructor to lay out the window
BasicShape - class BasicShape.
 
BasicShape() - Constructor for class BasicShape
 
BasicShape(int, int, int, int, int, Color) - Constructor for class BasicShape
 

C

colour - Variable in class BasicShape
 

D

draw() - Method in class BasicGraphics
draws the window on the screen with the specified shapes

F

FILLED_OVAL - Static variable in class BasicGraphics
definition of a filled-in oval
FILLED_RECTANGLE - Static variable in class BasicGraphics
definition of a filled-in rectangle
FILLED_TRIANGLE - Static variable in class BasicGraphics
definition of a filled-in triangle

H

h - Variable in class BasicShape
 

N

noOfShapes - Variable in class BasicGraphics
 

O

OVAL - Static variable in class BasicGraphics
definition of an oval shape

P

paint(Graphics) - Method in class BasicCanvas
 
parent - Variable in class BasicCanvas
 

R

RECTANGLE - Static variable in class BasicGraphics
definition of a rectangle shape

S

setColour(Color) - Method in class BasicGraphics
set the colour of the shape that you want to draw
setDimensions(int, int, int, int) - Method in class BasicGraphics
set the dimensions of the shape that you want to draw
setShape(int) - Method in class BasicGraphics
set the type of shape that you want to draw
shape - Variable in class BasicShape
 
shapeList - Variable in class BasicGraphics
 

T

TRIANGLE - Static variable in class BasicGraphics
definition of a triangle shape

W

w - Variable in class BasicShape
 

X

x - Variable in class BasicShape
 

Y

y - Variable in class BasicShape
 

A B C D F H N O P R S T W X Y

Generated by BlueJ