public class Quadrilateral extends NativeBase
bottomLeft
to bottomLeft
.Modifier and Type | Field and Description |
---|---|
Point |
bottomLeft |
Point |
bottomRight |
Point |
topLeft |
Point |
topRight |
Constructor and Description |
---|
Quadrilateral()
Constructor.
|
Quadrilateral(Point bottomLeft,
Point bottomRight,
Point topRight,
Point topLeft) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
Point |
getBottomLeft()
Gets
bottomLeft |
Point |
getBottomRight()
Gets
bottomRight |
Point |
getTopLeft()
Gets
topLeft |
Point |
getTopRight()
Gets
topRight |
void |
setBottomLeft(Point bottomLeft)
Sets
bottomLeft |
void |
setBottomRight(Point bottomRight)
Sets
bottomRight |
void |
setTopLeft(Point topLeft)
Sets
topLeft |
void |
setTopRight(Point topRight)
Sets
topRight |
public Point bottomLeft
public Point bottomRight
public Point topRight
public Point topLeft
public Point getBottomLeft()
bottomLeft
public void setBottomLeft(Point bottomLeft)
bottomLeft
public Point getBottomRight()
bottomRight
public void setBottomRight(Point bottomRight)
bottomRight
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object