public class LineSegment extends Object
Point
LineSegment()
LineSegment(Point p1, Point p2)
boolean
equals(Object o)
getP1()
getP2()
int
hashCode()
void
setP1(Point p1)
setP2(Point p2)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public LineSegment()
public LineSegment(Point p1, Point p2)
public Point getP1()
public void setP1(Point p1)
public Point getP2()
public void setP2(Point p2)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2022 Eclipse. All rights reserved.