public class LineA extends Object implements Line
LineA(Point p1, Point p2)
Point
getP1()
double
getP1X()
getP1Y()
getP2()
getP2X()
getP2Y()
void
set(double p1x, double p1y, double p2x, double p2y)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LineA(Point p1, Point p2)
public void set(double p1x, double p1y, double p2x, double p2y)
public Point getP1()
public Point getP2()
public double getP1X()
public double getP1Y()
public double getP2X()
public double getP2Y()