public class Line extends Object
Line()
Line(int p1, int p2)
boolean
equals(Object obj)
int
getP1()
getP2()
hashCode()
void
setP1(int p1)
setP2(int p2)
clone, finalize, getClass, notify, notifyAll, toString, 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 int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.