public class RectangleRange
extends java.lang.Object
| 构造器和说明 |
|---|
RectangleRange()
Instantiates a new Rectangle Range.
|
RectangleRange(LocationPoint leftTop,
LocationPoint rightTop,
LocationPoint leftBottom,
LocationPoint rightBottom)
Instantiates a new Rectangle Range.
|
| 限定符和类型 | 方法和说明 |
|---|---|
LocationPoint |
getLeftBottom()
Gets left bottom.
|
LocationPoint |
getLeftTop()
Gets left top.
|
LocationPoint |
getRightBottom()
Gets right bottom.
|
LocationPoint |
getRightTop()
Gets right top.
|
void |
setLeftBottom(LocationPoint leftBottom)
Sets left bottom.
|
void |
setLeftTop(LocationPoint leftTop)
Sets left top.
|
void |
setRightBottom(LocationPoint rightBottom)
Sets right bottom.
|
void |
setRightTop(LocationPoint rightTop)
Sets right top.
|
public RectangleRange()
public RectangleRange(LocationPoint leftTop, LocationPoint rightTop, LocationPoint leftBottom, LocationPoint rightBottom)
leftTop - the left toprightTop - the right topleftBottom - the left bottomrightBottom - the right bottompublic LocationPoint getLeftTop()
public void setLeftTop(LocationPoint leftTop)
leftTop - the left toppublic LocationPoint getRightTop()
public void setRightTop(LocationPoint rightTop)
rightTop - the right toppublic LocationPoint getLeftBottom()
public void setLeftBottom(LocationPoint leftBottom)
leftBottom - the left bottompublic LocationPoint getRightBottom()
public void setRightBottom(LocationPoint rightBottom)
rightBottom - the right bottom