Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
C
D
F
G
M
R
S
T
C
Circle
- Class in
<Unnamed>
A Circle is a Shape that maintains information about its radius.
Circle(double)
- Constructor for class
Circle
Constructs a circle with initial radius specified by x.
D
Dice
- Class in
<Unnamed>
Dice()
- Constructor for class
Dice
doubles()
- Method in class
Dice
F
findArea()
- Method in class
Circle
Calculates and returns the circle's area.
findArea()
- Method in class
Rectangle
findArea()
- Method in class
Shape
findArea()
- Method in class
Triangle
findCircumference()
- Method in class
Circle
Calculates and returns the circle's circumference.
findDiagonal()
- Method in class
Rectangle
findPerimeter()
- Method in class
Rectangle
findPerimeter()
- Method in class
Triangle
G
getBase()
- Method in class
Rectangle
getHeight()
- Method in class
Rectangle
getRadius()
- Method in class
Circle
Returns the circle's radius
getSide()
- Method in class
Square
getSide()
- Method in class
Triangle
M
myBase
- Variable in class
Rectangle
myHeight
- Variable in class
Rectangle
myOne
- Variable in class
Dice
myRadius
- Variable in class
Circle
mySide
- Variable in class
Triangle
myTwo
- Variable in class
Dice
R
random()
- Method in class
Dice
Rectangle
- Class in
<Unnamed>
Rectangle(double, double)
- Constructor for class
Rectangle
roll()
- Method in class
Dice
S
setBase(double)
- Method in class
Rectangle
setHeight(double)
- Method in class
Rectangle
setRadius(double)
- Method in class
Circle
Sets the radius to the input number.
setSide(double)
- Method in class
Square
setSide(double)
- Method in class
Triangle
Shape
- Class in
<Unnamed>
Shape()
- Constructor for class
Shape
Square
- Class in
<Unnamed>
Square(double)
- Constructor for class
Square
T
toString()
- Method in class
Dice
total()
- Method in class
Dice
Triangle
- Class in
<Unnamed>
Triangle(double)
- Constructor for class
Triangle
C
D
F
G
M
R
S
T
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes