public class Bounds extends Object
Constructor and Description |
---|
Bounds(Point lowerRight,
Point upperLeft)
Constructs a Bounds with initial lowerRight and upperleft
|
Modifier and Type | Method and Description |
---|---|
Point |
getLowerRight() |
Point |
getUpperLeft() |
void |
setLowerRight(Point lowerRight) |
void |
setUpperLeft(Point upperLeft) |
public Point getLowerRight()
public void setLowerRight(Point lowerRight)
lowerRight
- the lowerRight to setpublic Point getUpperLeft()
public void setUpperLeft(Point upperLeft)
upperLeft
- the upperLeft to setCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.