Class Athlete

java.lang.Object
  extended by edu.fcps.karel2.Item
      extended by edu.fcps.karel2.Robot
          extended by Athlete
Direct Known Subclasses:
Climber, Dancer, Dorothy, MazeEscaper, Pirate, Racer, Seeker

public class Athlete
extends edu.fcps.karel2.Robot


Field Summary
 
Fields inherited from class edu.fcps.karel2.Robot
beepers, direction
 
Fields inherited from class edu.fcps.karel2.Item
x, y
 
Constructor Summary
Athlete()
           
Athlete(int x, int y, int dir, int beep)
           
 
Method Summary
 void turnAround()
           
 void turnRight()
           
 
Methods inherited from class edu.fcps.karel2.Robot
explode, facingEast, facingNorth, facingSouth, facingWest, frontIsClear, getBeepers, getDirection, hasBeepers, leftIsClear, move, nextToABeeper, nextToARobot, pickBeeper, putBeeper, render, rightIsClear, turnLeft
 
Methods inherited from class edu.fcps.karel2.Item
getX, getY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Athlete

public Athlete()

Athlete

public Athlete(int x,
               int y,
               int dir,
               int beep)
Method Detail

turnAround

public void turnAround()

turnRight

public void turnRight()