Class: UIRect
This page documents the methods and fields available in the UIRect class.
Members
| Signature | Description |
|---|---|
UIRect() | Creates a new instance of UIRect. |
getJRMarginAll() | Returns the current jrmargin all. |
getJRMarginBottom() | Returns the current jrmargin bottom. |
getJRMarginLeft() | Returns the current jrmargin left. |
getJRMarginRight() | Returns the current jrmargin right. |
getJRMarginTop() | Returns the current jrmargin top. |
getJRPaddingAll() | Returns the current jrpadding all. |
getJRPaddingBottom() | Returns the current jrpadding bottom. |
getJRPaddingLeft() | Returns the current jrpadding left. |
getJRPaddingRight() | Returns the current jrpadding right. |
getJRPaddingTop() | Returns the current jrpadding top. |
getJRPosition() | Returns the current jrposition. |
getJRPositionX() | Returns the current jrposition x. |
getJRPositionY() | Returns the current jrposition y. |
getJRSize() | Returns the current jrsize. |
getJRSizeX() | Returns the current jrsize x. |
getJRSizeY() | Returns the current jrsize y. |
isAutoSH() | Returns whether auto sh is true. |
isAutoSW() | Returns whether auto sw is true. |
setAutoSH(boolean) | Sets or updates the auto sh. |
setAutoSW(boolean) | Sets or updates the auto sw. |
setJRMarginAll(int) | Sets or updates the jrmargin all. |
setJRMarginBottom(int) | Sets or updates the jrmargin bottom. |
setJRMarginLeft(int) | Sets or updates the jrmargin left. |
setJRMarginRight(int) | Sets or updates the jrmargin right. |
setJRMarginTop(int) | Sets or updates the jrmargin top. |
setJRPaddingAll(int) | Sets or updates the jrpadding all. |
setJRPaddingBottom(int) | Sets or updates the jrpadding bottom. |
setJRPaddingLeft(int) | Sets or updates the jrpadding left. |
setJRPaddingRight(int) | Sets or updates the jrpadding right. |
setJRPaddingTop(int) | Sets or updates the jrpadding top. |
setJRPosition(int, int) | Sets or updates the jrposition. |
setJRPositionX(int) | Sets or updates the jrposition x. |
setJRPositionY(int) | Sets or updates the jrposition y. |
setJRSize(int, int) | Sets or updates the jrsize. |
setJRSizeX(int) | Sets or updates the jrsize x. |
setJRSizeY(int) | Sets or updates the jrsize y. |