public class Coordinates extends Object
| Constructor | Description |
|---|---|
Coordinates() |
| Modifier and Type | Method | Description |
|---|---|---|
Coordinates |
bottom(Double bottom) |
|
boolean |
equals(Object o) |
|
Double |
getBottom() |
Gets or sets the y-coordinate of the bottom edge of the rectangular area.
|
Double |
getLeft() |
Gets or sets the x-coordinate of the left edge of the rectangular area.
|
Double |
getRight() |
Gets or sets the x-coordinate of the right edge of the rectangular area.
|
Double |
getTop() |
Gets or sets the y-coordinate of the top edge of the rectangular area.
|
int |
hashCode() |
|
Coordinates |
left(Double left) |
|
Coordinates |
right(Double right) |
|
void |
setBottom(Double bottom) |
|
void |
setLeft(Double left) |
|
void |
setRight(Double right) |
|
void |
setTop(Double top) |
|
Coordinates |
top(Double top) |
|
String |
toString() |
public Coordinates top(Double top)
public Double getTop()
public void setTop(Double top)
public Coordinates bottom(Double bottom)
public Double getBottom()
public void setBottom(Double bottom)
public Coordinates left(Double left)
public Double getLeft()
public void setLeft(Double left)
public Coordinates right(Double right)
public Double getRight()
public void setRight(Double right)
Copyright © 2025. All rights reserved.