public class Line extends Object
Line(double a, double b, double c)
boolean
equals(Object o)
double
getA()
getB()
getC()
int
hashCode()
void
setA(double a)
setB(double b)
setC(double c)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Line(double a, double b, double c)
public double getA()
public void setA(double a)
public double getB()
public void setB(double b)
public double getC()
public void setC(double c)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2021 Eclipse. All rights reserved.