Uses of Package
java.awt

Packages that use java.awt
java.awt Minimal AWT package for shape classes with integer co-ordinates 
java.awt.geom Minimal awt.geom package for Point2D, Line2D and Rectangle2D 
lejos.geom Geometric shape support for robotics using float co-ordinates 
lejos.nxt.addon Access to third party and legacy RCX sensors, motors and other hardware not included in the Lego NXT kit 
lejos.pc.comm Communication from the PC to the NXT 
lejos.robotics.localization Localization support 
lejos.robotics.mapping A new incomplete proposal for navigation 
 

Classes in java.awt used by java.awt
Point
          Represents a point in two dimensional space using integer co-ordinates
Rectangle
          A rectangle with integer coordinates.
Shape
          Shape interface without getPathIterator methods
 

Classes in java.awt used by java.awt.geom
Rectangle
          A rectangle with integer coordinates.
Shape
          Shape interface without getPathIterator methods
 

Classes in java.awt used by lejos.geom
Shape
          Shape interface without getPathIterator methods
 

Classes in java.awt used by lejos.nxt.addon
Rectangle
          A rectangle with integer coordinates.
 

Classes in java.awt used by lejos.pc.comm
Rectangle
          A rectangle with integer coordinates.
 

Classes in java.awt used by lejos.robotics.localization
Rectangle
          A rectangle with integer coordinates.
 

Classes in java.awt used by lejos.robotics.mapping
Rectangle
          A rectangle with integer coordinates.