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

A

area(). Method in class Circle
Calculate the area of the circle.

C

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

R

radius. Variable in class Circle
The radius of the circle

S

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.