| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| int | GetHeight
()
Get method for attribute "Height" |
| int | GetWidth
()
Get method for attribute "Width" |
| int | GetX
()
Get method for attribute "X" |
| int | GetY
()
Get method for attribute "Y" |
| void | SetHeight
(int value)
Set method for attribute "Height" |
| void | SetWidth
(int value)
Set method for attribute "Width" |
| void | SetX
(int value)
Set method for attribute "X" |
| void | SetY
(int value)
Set method for attribute "Y" |
| Method Detail |
|---|
| GetX/SetX |
|---|
| int | GetX | () |
| void | SetX | (int value) |
| |
| GetY/SetY |
|---|
| int | GetY | () |
| void | SetY | (int value) |
| |
| GetWidth/SetWidth |
|---|
| int | GetWidth | () |
| void | SetWidth | (int value) |
| |
| GetHeight/SetHeight |
|---|
| int | GetHeight | () |
| void | SetHeight | (int value) |
| |