Uses of Class
lejos.geom.Line

Packages that use Line
lejos.geom Geometric shape support for robotics using float co-ordinates 
lejos.pc.comm Communication from the PC to the NXT 
lejos.robotics.mapping A new incomplete proposal for navigation 
 

Uses of Line in lejos.geom
 

Methods in lejos.geom with parameters of type Line
 Point Line.intersectsAt(Line l)
          Calculate the point of intersection of two lines.
 

Uses of Line in lejos.pc.comm
 

Constructors in lejos.pc.comm with parameters of type Line
MCLFrame(String nxt, Line[] lines, Rectangle bound, int numParticles, int numReadings)
          Create the GUI elements the map and the particle set, connect to the NXT and then process button events.
 

Uses of Line in lejos.robotics.mapping
 

Constructors in lejos.robotics.mapping with parameters of type Line
LineMap(Line[] lines, Rectangle boundingRect)
          Create a map from an array of line segments and a bounding rectangle