UIAlignment
Complete API reference for UIAlignment, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIAlignment extends Component
Constructors
| Signature | Description |
|---|---|
UIAlignment() | Creates a new instance of UIAlignment. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
bottomCenterEnabled | boolean | get/set | Virtual attribute exposed by isBottomCenterEnabled. Access it like a field to read or write the underlying value. |
bottomLeftEnabled | boolean | get/set | Virtual attribute exposed by isBottomLeftEnabled. Access it like a field to read or write the underlying value. |
bottomRightEnabled | boolean | get/set | Virtual attribute exposed by isBottomRightEnabled. Access it like a field to read or write the underlying value. |
centerEnabled | boolean | get/set | Virtual attribute exposed by isCenterEnabled. Access it like a field to read or write the underlying value. |
centerLeftEnabled | boolean | get/set | Virtual attribute exposed by isCenterLeftEnabled. Access it like a field to read or write the underlying value. |
centerRightEnabled | boolean | get/set | Virtual attribute exposed by isCenterRightEnabled. Access it like a field to read or write the underlying value. |
topCenterEnabled | boolean | get/set | Virtual attribute exposed by isTopCenterEnabled. Access it like a field to read or write the underlying value. |
topLeftEnabled | boolean | get/set | Virtual attribute exposed by isTopLeftEnabled. Access it like a field to read or write the underlying value. |
topRightEnabled | boolean | get/set | Virtual attribute exposed by isTopRightEnabled. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
isBottomCenterEnabled() | boolean | Returns whether bottomCenterEnabled is true. |
isBottomLeftEnabled() | boolean | Returns whether bottomLeftEnabled is true. |
isBottomRightEnabled() | boolean | Returns whether bottomRightEnabled is true. |
isCenterEnabled() | boolean | Returns whether centerEnabled is true. |
isCenterLeftEnabled() | boolean | Returns whether centerLeftEnabled is true. |
isCenterRightEnabled() | boolean | Returns whether centerRightEnabled is true. |
isTopCenterEnabled() | boolean | Returns whether topCenterEnabled is true. |
isTopLeftEnabled() | boolean | Returns whether topLeftEnabled is true. |
isTopRightEnabled() | boolean | Returns whether topRightEnabled is true. |
setBottomCenterEnabled(boolean) | void | Sets bottomCenterEnabled. |
setBottomLeftEnabled(boolean) | void | Sets bottomLeftEnabled. |
setBottomRightEnabled(boolean) | void | Sets bottomRightEnabled. |
setCenterEnabled(boolean) | void | Sets centerEnabled. |
setCenterLeftEnabled(boolean) | void | Sets centerLeftEnabled. |
setCenterRightEnabled(boolean) | void | Sets centerRightEnabled. |
setTopCenterEnabled(boolean) | void | Sets topCenterEnabled. |
setTopLeftEnabled(boolean) | void | Sets topLeftEnabled. |
setTopRightEnabled(boolean) | void | Sets topRightEnabled. |