public class RectI2 extends Object
RectI2()
RectI2(CoordI2 c0, CoordI2 c1)
RectI2(RectI2 other)
boolean
equals(Object obj)
CoordI2
getC0()
getC1()
int
hashCode()
void
setC0(CoordI2 c0)
setC1(CoordI2 c1)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public RectI2()
public RectI2(CoordI2 c0, CoordI2 c1)
public RectI2(RectI2 other)
public CoordI2 getC0()
public void setC0(CoordI2 c0)
public CoordI2 getC1()
public void setC1(CoordI2 c1)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString