Uses of Class
org.nak.cleaning.Direction

Packages that use Direction
org.nak.cleaning   
 

Uses of Direction in org.nak.cleaning
 

Methods in org.nak.cleaning that return Direction
static Direction Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Direction[] Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.nak.cleaning with parameters of type Direction
 int VirtualRobot.moveNext(Direction d)
          Moves to next point (This action consumes power.)
 int Simulator.moveNext(Direction d)
           
 void SimulatorGUI.moveRobot(java.awt.Point targetP, Direction direction)
          Moves the robot to the specified point.