lab2lib
Class BouncingTriangle

java.lang.Object
  extended by graphics.AbstractGraphic
      extended by graphics.AbstractColorableGraphic
          extended by graphics.Polygon
              extended by lab2lib.BouncingTriangle
All Implemented Interfaces:
CenterLocatable, IColorable, IColorableGraphic, IGraphic, ILocatable, IRotatable, ISizeable

public class BouncingTriangle
extends Polygon


Constructor Summary
BouncingTriangle()
          Creates a new instance of BouncingSquare
 
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.Polygon
actualPaint, addPoint, getShape, removePoint, setDimension, setLocation
 
Methods inherited from class graphics.AbstractColorableGraphic
getColor, paint, setColor
 
Methods inherited from class graphics.AbstractGraphic
addMouseListener, addMouseMotionListener, contains, getBounds, getCenterLocation, getContainer, getDimension, getLocation, getMouseListeners, getMouseMotionListeners, getRotation, intersects, move, rotate, setCenterLocation, setContainer, setMovement, setRotation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface graphics.IGraphic
addMouseListener, addMouseMotionListener, contains, getBounds, getContainer, getMouseListeners, getMouseMotionListeners, intersects, setContainer, setMovement
 
Methods inherited from interface graphics.ISizeable
getDimension
 
Methods inherited from interface graphics.CenterLocatable
getCenterLocation, setCenterLocation
 
Methods inherited from interface graphics.ILocatable
getLocation, move
 
Methods inherited from interface graphics.IRotatable
getRotation, rotate, setRotation
 

Constructor Detail

BouncingTriangle

public BouncingTriangle()
Creates a new instance of BouncingSquare

Method Detail

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.