Class PlateCollision

java.lang.Object
  |
  +--PlateCollision

public class PlateCollision
extends java.lang.Object

This method is used to initializes the xcord int x1.

PRE CONDITOIN : The ball needs o be appear at the bottom.

POST CONDITION : xcoord needs to return through x1.


Constructor Summary
PlateCollision(int xcoord)
          This is the constructor with a parameter xcord
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlateCollision

public PlateCollision(int xcoord)
This is the constructor with a parameter xcord

PRE : The PlateCollision object is not initialized.

POST : The PlateCollision object is initialized.