Uses of Class
uavsim.datatypes.Line

Packages that use Line
uavsim.datatypes Provides... 
uavsim.graphics Provides... 
 

Uses of Line in uavsim.datatypes
 

Methods in uavsim.datatypes with parameters of type Line
 CoordinateCartesianAbsolute[] Circle.calculateLineIntercepts(Line line)
          Calculates the two points where a line passing through a circle intercepts the perimeter.
 

Uses of Line in uavsim.graphics
 

Methods in uavsim.graphics with parameters of type Line
static CoordinateCartesianAbsolute[] GraphicsSupport.calculateLineCircleIntercepts(Line line, Circle circle)
          Calculates the two points where a line passing through a circle intercepts the perimeter.
static void GraphicsSupport.drawLine(java.awt.Graphics2D graphics, Line line)
          Draws a line.