com.bytefarmers.droids.games.football.models
Class FootballModel

java.lang.Object
  extended bycom.bytefarmers.droids.models.DroidModel
      extended bycom.bytefarmers.droids.games.models.AbstractBallModel
          extended bycom.bytefarmers.droids.games.football.models.FootballModel

public class FootballModel
extends AbstractBallModel

Author:
Fini A. Alring

Field Summary
 
Fields inherited from class com.bytefarmers.droids.games.models.AbstractBallModel
containmentZone, defaultPosition
 
Fields inherited from class com.bytefarmers.droids.models.DroidModel
arrowColor, borderColor, dcs, defaultLocation, direction, droidColor, location, radius, target, trajectory, velocity
 
Constructor Summary
FootballModel(int x, int y, java.awt.Color ballColor, int radius)
           
 
Methods inherited from class com.bytefarmers.droids.games.models.AbstractBallModel
render
 
Methods inherited from class com.bytefarmers.droids.models.DroidModel
getAngleTo, getBorderLocation, getBorderLocation, getDefaultLocation, getDirection, getDistanceTo, getLocation, getRadius, getTarget, getVelocity, getX, getY, moveDirection, moveTowards, setDefaultLocation, setDirection, setLocation, setLocation, setRadius, setTarget, setVelocity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FootballModel

public FootballModel(int x,
                     int y,
                     java.awt.Color ballColor,
                     int radius)