All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- area().
Method in class Circle
- Calculate the area of the circle.
- centre.
Variable in class Circle
- The centre of the circle
- Circle(Point, int).
Constructor for class Circle
- Circle constructor to create a new instance of the circle class passing in
a radius and centre.
- circumference().
Method in class Circle
- Calculate the circumference of the circle
- radius.
Variable in class Circle
- The radius of the circle
- setCentre(int, int).
Method in class Circle
- Set the centre of the circle.
- setRadius(int).
Method in class Circle
- Set the radius of the circle.