Uses of Class
model.Line

Packages that use Line
model   
view   
 

Uses of Line in model
 

Methods in model that return Line
 Line ImportedTableFile.getLineAt(int indx)
          Returns a vector item(coordinates-line)
 

Uses of Line in view
 

Methods in view with parameters of type Line
private  void PaintChart.PaintLineInChart(Line line, long length1, long length2)
          Paints a single given line in the chart, its "resizes" the line according to the chart scale (genomes length).