C D E G M R S T W X Y

C

Canvas - Class in <Unnamed>
Canvas is a class to allow for simple graphical drawing on a canvas.
changeColor(String) - Method in class Circle
Change the color.
changeColor(String) - Method in class Square
Change the color.
changeColor(String) - Method in class Triangle
Change the color.
changeSize(int) - Method in class Circle
Change the size to the new size (in pixels).
changeSize(int) - Method in class Square
Change the size to the new size (in pixels).
changeSize(int, int) - Method in class Triangle
Change the size to the new size (in pixels).
Circle - Class in <Unnamed>
A circle that can be manipulated and that draws itself on a canvas.
Circle() - Constructor for class Circle
Create a new circle at default position with default color.

D

d - Variable in class Digito1
 
Digito - Class in <Unnamed>
 
Digito(int) - Constructor for class Digito
Create a new rectangles at default position with default color.
Digito1 - Class in <Unnamed>
 
Digito1(double) - Constructor for class Digito1
 
draw(Object, String, Shape) - Method in class Canvas
Draw a given shape onto the canvas.

E

erase(Object) - Method in class Canvas
Erase a given shape's from the screen.

G

getCanvas() - Static method in class Canvas
Factory method to get the canvas singleton object.

M

makeInvisible() - Method in class Circle
Make this circle invisible.
makeInvisible() - Method in class Digito
 
makeInvisible() - Method in class Retangulo
Make this rectangles invisible.
makeInvisible() - Method in class Square
Make this square invisible.
makeInvisible() - Method in class Triangle
Make this triangle invisible.
makeVisible() - Method in class Circle
Make this circle visible.
makeVisible() - Method in class Digito
 
makeVisible() - Method in class Retangulo
Make this rectangles visible.
makeVisible() - Method in class Square
Make this square visible.
makeVisible() - Method in class Triangle
Make this triangle visible.
moveDown() - Method in class Circle
Move the circle a few pixels down.
moveDown() - Method in class Square
Move the square a few pixels down.
moveDown() - Method in class Triangle
Move the triangle a few pixels down.
moveHorizontal(int) - Method in class Circle
Move the circle horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class Square
Move the square horizontally by 'distance' pixels.
moveHorizontal(int) - Method in class Triangle
Move the triangle horizontally by 'distance' pixels.
moveLeft() - Method in class Circle
Move the circle a few pixels to the left.
moveLeft() - Method in class Square
Move the square a few pixels to the left.
moveLeft() - Method in class Triangle
Move the triangle a few pixels to the left.
moveRight() - Method in class Circle
Move the circle a few pixels to the right.
moveRight() - Method in class Square
Move the square a few pixels to the right.
moveRight() - Method in class Triangle
Move the triangle a few pixels to the right.
moveUp() - Method in class Circle
Move the circle a few pixels up.
moveUp() - Method in class Square
Move the square a few pixels up.
moveUp() - Method in class Triangle
Move the triangle a few pixels up.
moveVertical(int) - Method in class Circle
Move the circle vertically by 'distance' pixels.
moveVertical(int) - Method in class Square
Move the square vertically by 'distance' pixels.
moveVertical(int) - Method in class Triangle
Move the triangle vertically by 'distance' pixels.

R

r1 - Variable in class Digito1
 
r2 - Variable in class Digito1
 
Retangulo - Class in <Unnamed>
A square that can be manipulated and that draws itself on a canvas.
Retangulo(double, double, double, double) - Constructor for class Retangulo
 
Retangulo(int) - Constructor for class Retangulo
Create a new rectangles at default position with default color.
Retangulo_ - Class in <Unnamed>
Escreva a descrição da classe Retangulo aqui.
Retangulo_(double, double, double, double) - Constructor for class Retangulo_
 

S

setForegroundColor(String) - Method in class Canvas
Set the foreground colour of the Canvas.
setVisible(boolean) - Method in class Canvas
Set the canvas visibility and brings canvas to the front of screen when made visible.
slowMoveHorizontal(int) - Method in class Circle
Slowly move the circle horizontally by 'distance' pixels.
slowMoveHorizontal(int) - Method in class Square
Slowly move the square horizontally by 'distance' pixels.
slowMoveHorizontal(int) - Method in class Triangle
Slowly move the triangle horizontally by 'distance' pixels.
slowMoveVertical(int) - Method in class Circle
Slowly move the circle vertically by 'distance' pixels.
slowMoveVertical(int) - Method in class Square
Slowly move the square vertically by 'distance' pixels.
slowMoveVertical(int) - Method in class Triangle
Slowly move the triangle vertically by 'distance' pixels.
Square - Class in <Unnamed>
A square that can be manipulated and that draws itself on a canvas.
Square() - Constructor for class Square
Create a new square at default position with default color.

T

Triangle - Class in <Unnamed>
A triangle that can be manipulated and that draws itself on a canvas.
Triangle() - Constructor for class Triangle
Create a new triangle at default position with default color.

W

wait(int) - Method in class Canvas
Wait for a specified number of milliseconds before finishing.

X

x1 - Variable in class Retangulo_
 
x2 - Variable in class Retangulo_
 

Y

y1 - Variable in class Retangulo_
 
y2 - Variable in class Retangulo_
 

C D E G M R S T W X Y