F G L S 

F

forecastX(double) - Method in class Line
Returns the associated X value on the line for a given Y value
forecastY(double) - Method in class Line
Returns the associated Y value on the line for a given X value

G

getSlope() - Method in class Line
Returns the value of the slope
getYInt() - Method in class Line
Returns the value of the Y-Intercept

L

Line - Class in <Unnamed>
COPYRIGHT (C) 2014 Andrew J.
Line() - Constructor for class Line
Simple constructor to create an instance of the Line object
Line(double, double, double, double) - Constructor for class Line
Constructor to create a instance of the Line object and define all instance variables.
Line(double, double) - Constructor for class Line
Constructor to create a instance of the Line object and define all instance variables.

S

setSlope(double) - Method in class Line
Explicitly sets the value of the slope
setYInt(double) - Method in class Line
Explicitly sets the value of the Y-Intercept
F G L S