lab2lib
Class BouncingTriangle
java.lang.Object
graphics.AbstractGraphic
graphics.AbstractColorableGraphic
graphics.Polygon
lab2lib.BouncingTriangle
- All Implemented Interfaces:
- CenterLocatable, IColorable, IColorableGraphic, IGraphic, ILocatable, IRotatable, ISizeable
public class BouncingTriangle
- extends Polygon
Method Summary |
void |
startBouncing()
Method to be called when the user wants the BouncyShape to start bouncing. |
void |
stopBouncing()
Method to be called when user wants the BouncyShape to stop bouncing. |
Methods inherited from class graphics.AbstractGraphic |
addMouseListener, addMouseMotionListener, contains, getBounds, getCenterLocation, getContainer, getDimension, getLocation, getMouseListeners, getMouseMotionListeners, getRotation, intersects, move, rotate, setCenterLocation, setContainer, setMovement, setRotation |
BouncingTriangle
public BouncingTriangle()
- Creates a new instance of BouncingSquare
stopBouncing
public void stopBouncing()
- Method to be called when user wants the BouncyShape to stop bouncing.
startBouncing
public void startBouncing()
- Method to be called when the user wants the BouncyShape to start bouncing.