| Constructor and Description | 
|---|
Box()  | 
Box(JsonObject json)  | 
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)  | 
JsonObject | 
toJson()  | 
String | 
toString()  | 
public Box()
public Box(JsonObject json)
public Point getUpperRightCorner()
public void setUpperRightCorner(Point upperRightCorner)
public Point getLowerLeftCorner()
public void setLowerLeftCorner(Point lowerLeftCorner)
public JsonObject toJson()
Copyright © 2020 Eclipse. All rights reserved.