C G S T

C

calculatetCircumference() - Method in class Circle
Calculate the circumference of the circle
Circle - Class in <Unnamed>
 
Circle() - Constructor for class Circle
The diameter of the circle is 10cm by default.
Circle(double) - Constructor for class Circle
The circle can be initialized of other sizes.

G

getDiameter() - Method in class Circle
Return the diameter of the circle
grow(double) - Method in class Circle
Make the circle bigger

S

shrink(double) - Method in class Circle
Make the circle smaller

T

toString() - Method in class Circle
Report the diameter of the circle by a string

C G S T