| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| Point | GetEnd
()
Get method for attribute "End" |
| Rectangle | GetRect
()
Get method for attribute "Rect" |
| Point | GetStart
()
Get method for attribute "Start" |
| void | SetEnd
(Point value)
Set method for attribute "End" |
| void | SetRect
(Rectangle value)
Set method for attribute "Rect" |
| void | SetStart
(Point value)
Set method for attribute "Start" |
| Method Detail |
|---|
| GetRect/SetRect |
|---|
| Rectangle | GetRect | () |
| void | SetRect | (Rectangle value) |
| |
| GetStart/SetStart |
|---|
| Point | GetStart | () |
| void | SetStart | (Point value) |
| |
| GetEnd/SetEnd |
|---|
| Point | GetEnd | () |
| void | SetEnd | (Point value) |
| |