UIAnchor
Complete API reference for UIAnchor, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIAnchor extends Component
Constructors
| Signature | Description |
|---|---|
UIAnchor(UIAnchor) | Executes UIAnchor and returns after the underlying engine call finishes. |
UIAnchor(Engine) | Executes UIAnchor and returns after the underlying engine call finishes. |
UIAnchor() | Creates a new instance of UIAnchor. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIAnchor | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
bottomAnchor | VerticalConstraintTarget | get/set | Virtual attribute exposed by getBottomAnchor. Access it like a field to read or write the underlying value. |
bottomOffset | int | get/set | Virtual attribute exposed by getBottomOffset. Access it like a field to read or write the underlying value. |
bottomTarget | SpatialObject | get/set | Virtual attribute exposed by getBottomTarget. Access it like a field to read or write the underlying value. |
expandH | boolean | get/set | Virtual attribute exposed by isExpandH. Access it like a field to read or write the underlying value. |
expandW | boolean | get/set | Virtual attribute exposed by isExpandW. Access it like a field to read or write the underlying value. |
leftAnchor | HorizontalConstraintTarget | get/set | Virtual attribute exposed by getLeftAnchor. Access it like a field to read or write the underlying value. |
leftOffset | int | get/set | Virtual attribute exposed by getLeftOffset. Access it like a field to read or write the underlying value. |
leftTarget | SpatialObject | get/set | Virtual attribute exposed by getLeftTarget. Access it like a field to read or write the underlying value. |
rightAnchor | HorizontalConstraintTarget | get/set | Virtual attribute exposed by getRightAnchor. Access it like a field to read or write the underlying value. |
rightOffset | int | get/set | Virtual attribute exposed by getRightOffset. Access it like a field to read or write the underlying value. |
rightTarget | SpatialObject | get/set | Virtual attribute exposed by getRightTarget. Access it like a field to read or write the underlying value. |
topAnchor | VerticalConstraintTarget | get/set | Virtual attribute exposed by getTopAnchor. Access it like a field to read or write the underlying value. |
topOffset | int | get/set | Virtual attribute exposed by getTopOffset. Access it like a field to read or write the underlying value. |
topTarget | SpatialObject | get/set | Virtual attribute exposed by getTopTarget. Access it like a field to read or write the underlying value. |