public class Bounds extends Object
Constructor and Description |
---|
Bounds(Coordinates start,
Coordinates end)
Bounds constructor.
|
Modifier and Type | Method and Description |
---|---|
Coordinates |
getEnd()
Gets size of bounds for each coordinate.
|
Coordinates |
getSize()
Gets size of bounds for each coordinate.
|
Coordinates |
getStart()
Gets starting coordinates.
|
String |
toString() |
public Bounds(Coordinates start, Coordinates end)
start
- Start coordinates.end
- End coordinates.public Coordinates getStart()
public Coordinates getEnd()
public Coordinates getSize()
Copyright © 2020–2023 GReD. All rights reserved.