|
MATES 3.0-rc2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Position2D | |
org.mates.util |
Uses of Position2D in org.mates.util |
Methods in org.mates.util that return Position2D | |
Position2D |
BoundingBox.getUpperRight()
Returns the upper-right corner of the bounding box. |
Position2D |
BoundingBox.getLowerLeft()
Returns the lower-left corner of the bounding box; |
Methods in org.mates.util with parameters of type Position2D | |
void |
BoundingBox.setUpperRight(Position2D upperRight)
Sets the upper-right corner of the bounding box. |
void |
BoundingBox.setLowerLeft(Position2D lowerLeft)
Sets the lower-left corner of the bounding box. |
Constructors in org.mates.util with parameters of type Position2D | |
BoundingBox(Position2D lowerLeft,
Position2D upperRight)
Creates a new BoundingBox by defining its lower-left corner and its upper-right corner. |
|
MATES 3.0-rc2 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |