Skip to main content

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

SignatureDescription
UIAlignment(UIAlignment)Executes UIAlignment and returns after the underlying engine call finishes.
UIAlignment(Engine)Executes UIAlignment and returns after the underlying engine call finishes.
UIAlignment()Creates a new instance of UIAlignment.

Attributes

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

Virtual Attributes

NameTypeAccessDescription
bottomCenterEnabledbooleanget/setVirtual attribute exposed by isBottomCenterEnabled. Access it like a field to read or write the underlying value.
bottomLeftEnabledbooleanget/setVirtual attribute exposed by isBottomLeftEnabled. Access it like a field to read or write the underlying value.
bottomRightEnabledbooleanget/setVirtual attribute exposed by isBottomRightEnabled. Access it like a field to read or write the underlying value.
centerEnabledbooleanget/setVirtual attribute exposed by isCenterEnabled. Access it like a field to read or write the underlying value.
centerLeftEnabledbooleanget/setVirtual attribute exposed by isCenterLeftEnabled. Access it like a field to read or write the underlying value.
centerRightEnabledbooleanget/setVirtual attribute exposed by isCenterRightEnabled. Access it like a field to read or write the underlying value.
topCenterEnabledbooleanget/setVirtual attribute exposed by isTopCenterEnabled. Access it like a field to read or write the underlying value.
topLeftEnabledbooleanget/setVirtual attribute exposed by isTopLeftEnabled. Access it like a field to read or write the underlying value.
topRightEnabledbooleanget/setVirtual attribute exposed by isTopRightEnabled. Access it like a field to read or write the underlying value.