A C G M N S T

A

area() - Method in class Square
Calculates the area of a square.
area() - Method in class Circle
Calculates the area of an square.
area() - Method in class Cube
Calculates the area of a Cube.

C

Circle - class Circle.
This class implements a Circle class.
Circle(int) - Constructor for class Circle
Constructor.
Cube - class Cube.
This class implements a Cube class.
Cube(int) - Constructor for class Cube
Constructor.

G

getType() - Method in class TwoDThings
 

M

main(String[]) - Static method in class TestTwoDThings
 

N

nObjects - Variable in class TwoDThings
 

S

setType(String) - Method in class TwoDThings
 
Square - class Square.
This class implements a Square class.
Square(int) - Constructor for class Square
Constructor.

T

TestTwoDThings - class TestTwoDThings.
 
TestTwoDThings() - Constructor for class TestTwoDThings
 
TwoDThings - class TwoDThings.
Generic two-d class.
TwoDThings() - Constructor for class TwoDThings
Default Constructor.
TwoDThings(String) - Constructor for class TwoDThings
Constructor.

A C G M N S T