JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
D
E
G
I
M
P
R
T
B
Balloon
- Class in
<Unnamed>
Balloon()
- Constructor for class
Balloon
Balloon(int)
- Constructor for class
Balloon
Creates a balloon with given maximum radius; initially, the balloon is deflated (radius is zero) and is not popped.
D
deflate()
- Method in class
Balloon
Deflates the balloon without popping it (a deflated balloon has radius zero).
E
equals(Object)
- Method in class
Balloon
G
getRadius()
- Method in class
Balloon
Returns the current radius of this balloon
I
inflate(int)
- Method in class
Balloon
Increases the radius of the balloon by a specified amount causing it to pop if the radius is increased beyond the maximum radius (this method has no effect if the balloon is already popped).
isPopped()
- Method in class
Balloon
Determines whether this balloon is popped.
M
maxRadius
- Variable in class
Balloon
P
pop()
- Method in class
Balloon
Pops the balloon (a popped balloon has radius zero).
popped
- Variable in class
Balloon
R
radius
- Variable in class
Balloon
T
toString()
- Method in class
Balloon
B
D
E
G
I
M
P
R
T
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes