Skip to main content

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

SignatureDescription
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

NameTypeDescription
instanceUIAnchorRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
bottomAnchorVerticalConstraintTargetget/setVirtual attribute exposed by getBottomAnchor. Access it like a field to read or write the underlying value.
bottomOffsetintget/setVirtual attribute exposed by getBottomOffset. Access it like a field to read or write the underlying value.
bottomTargetSpatialObjectget/setVirtual attribute exposed by getBottomTarget. Access it like a field to read or write the underlying value.
expandHbooleanget/setVirtual attribute exposed by isExpandH. Access it like a field to read or write the underlying value.
expandWbooleanget/setVirtual attribute exposed by isExpandW. Access it like a field to read or write the underlying value.
leftAnchorHorizontalConstraintTargetget/setVirtual attribute exposed by getLeftAnchor. Access it like a field to read or write the underlying value.
leftOffsetintget/setVirtual attribute exposed by getLeftOffset. Access it like a field to read or write the underlying value.
leftTargetSpatialObjectget/setVirtual attribute exposed by getLeftTarget. Access it like a field to read or write the underlying value.
rightAnchorHorizontalConstraintTargetget/setVirtual attribute exposed by getRightAnchor. Access it like a field to read or write the underlying value.
rightOffsetintget/setVirtual attribute exposed by getRightOffset. Access it like a field to read or write the underlying value.
rightTargetSpatialObjectget/setVirtual attribute exposed by getRightTarget. Access it like a field to read or write the underlying value.
topAnchorVerticalConstraintTargetget/setVirtual attribute exposed by getTopAnchor. Access it like a field to read or write the underlying value.
topOffsetintget/setVirtual attribute exposed by getTopOffset. Access it like a field to read or write the underlying value.
topTargetSpatialObjectget/setVirtual attribute exposed by getTopTarget. Access it like a field to read or write the underlying value.