public class Line extends Object
Line()
Line(int p1, int p2)
int
getP1()
getP2()
void
setP1(int p1)
setP2(int p2)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public Line()
public Line(int p1, int p2)
public int getP1()
public void setP1(int p1)
public int getP2()
public void setP2(int p2)
public String toString()
toString
Object
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.