- getA() - Method in class eecs2030.lab3.Triangle
-
Accessor method that returns the smallest side of this triangle.
- getArea() - Method in class eecs2030.lab3.Circle
-
This method returns the area of the circle.
- getArea() - Method in class eecs2030.lab3.Rectangle
-
Returns the area of the rectangle which is equal to the width multiplied by
the height.
- getArea(Object) - Static method in class eecs2030.lab3.ShapeUtil
-
This static method returns the area of the argument shape.
- getArea() - Method in class eecs2030.lab3.Triangle
-
This method returns the area of the triangle.
- getB() - Method in class eecs2030.lab3.Triangle
-
Accessor method that returns the medium side of this triangle.
- getC() - Method in class eecs2030.lab3.Triangle
-
Accessor method that returns the longest side of this triangle.
- getCircumference() - Method in class eecs2030.lab3.Circle
-
This method returns the circumference of the circle.
- getHeight() - Method in class eecs2030.lab3.Rectangle
-
Accessor method that returns the height of this rectangle
- getNumCircles() - Static method in class eecs2030.lab3.Circle
-
This static method returns the number of objects instantiated from the
Circle
class.
- getNumRectangles() - Static method in class eecs2030.lab3.Rectangle
-
This method returns the number of objects instantiated from the
Rectangle
class.
- getNumTriangles() - Static method in class eecs2030.lab3.Triangle
-
This method returns the number of objects instantiated from the
Triangle
class.
- getPerimeter() - Method in class eecs2030.lab3.Rectangle
-
Returns the perimeter of the rectangle which is equal to the sum of its four
sides.
- getPerimeter() - Method in class eecs2030.lab3.Triangle
-
This method returns the perimeter of the triangle.
- getRadius() - Method in class eecs2030.lab3.Circle
-
Accessor method that returns the radius of the circle
- getWidth() - Method in class eecs2030.lab3.Rectangle
-
Accessor method that returns the width of this rectangle