Constructor and Description |
---|
Box() |
Box(Point upperRightCorner,
Point lowerLeftCorner) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Point |
getLowerLeftCorner() |
Point |
getUpperRightCorner() |
int |
hashCode() |
void |
setLowerLeftCorner(Point lowerLeftCorner) |
void |
setUpperRightCorner(Point upperRightCorner) |
String |
toString() |
Copyright © 2022 Eclipse. All rights reserved.