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() | Creates a new instance of UIAnchor. |
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. |
Methods
| Signature | Returns | Description |
|---|---|---|
getBottomAnchor() | VerticalConstraintTarget | Returns the current bottomAnchor value. |
getBottomOffset() | int | Returns the current bottomOffset value. |
getBottomTarget() | SpatialObject | Returns the current bottomTarget value. |
getLeftAnchor() | HorizontalConstraintTarget | Returns the current leftAnchor value. |
getLeftOffset() | int | Returns the current leftOffset value. |
getLeftTarget() | SpatialObject | Returns the current leftTarget value. |
getRightAnchor() | HorizontalConstraintTarget | Returns the current rightAnchor value. |
getRightOffset() | int | Returns the current rightOffset value. |
getRightTarget() | SpatialObject | Returns the current rightTarget value. |
getTopAnchor() | VerticalConstraintTarget | Returns the current topAnchor value. |
getTopOffset() | int | Returns the current topOffset value. |
getTopTarget() | SpatialObject | Returns the current topTarget value. |
isExpandH() | boolean | Returns whether expandH is true. |
isExpandW() | boolean | Returns whether expandW is true. |
setBottomAnchor(VerticalConstraintTarget) | void | Sets bottomAnchor. |
setBottomOffset(int) | void | Sets bottomOffset. |
setBottomTarget(SpatialObject) | void | Sets bottomTarget. |
setExpandH(boolean) | void | Sets expandH. |
setExpandW(boolean) | void | Sets expandW. |
setLeftAnchor(HorizontalConstraintTarget) | void | Sets leftAnchor. |
setLeftOffset(int) | void | Sets leftOffset. |
setLeftTarget(SpatialObject) | void | Sets leftTarget. |
setRightAnchor(HorizontalConstraintTarget) | void | Sets rightAnchor. |
setRightOffset(int) | void | Sets rightOffset. |
setRightTarget(SpatialObject) | void | Sets rightTarget. |
setTopAnchor(VerticalConstraintTarget) | void | Sets topAnchor. |
setTopOffset(int) | void | Sets topOffset. |
setTopTarget(SpatialObject) | void | Sets topTarget. |