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()Creates a new instance of UIAlignment.

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.

Methods

SignatureReturnsDescription
isBottomCenterEnabled()booleanReturns whether bottomCenterEnabled is true.
isBottomLeftEnabled()booleanReturns whether bottomLeftEnabled is true.
isBottomRightEnabled()booleanReturns whether bottomRightEnabled is true.
isCenterEnabled()booleanReturns whether centerEnabled is true.
isCenterLeftEnabled()booleanReturns whether centerLeftEnabled is true.
isCenterRightEnabled()booleanReturns whether centerRightEnabled is true.
isTopCenterEnabled()booleanReturns whether topCenterEnabled is true.
isTopLeftEnabled()booleanReturns whether topLeftEnabled is true.
isTopRightEnabled()booleanReturns whether topRightEnabled is true.
setBottomCenterEnabled(boolean)voidSets bottomCenterEnabled.
setBottomLeftEnabled(boolean)voidSets bottomLeftEnabled.
setBottomRightEnabled(boolean)voidSets bottomRightEnabled.
setCenterEnabled(boolean)voidSets centerEnabled.
setCenterLeftEnabled(boolean)voidSets centerLeftEnabled.
setCenterRightEnabled(boolean)voidSets centerRightEnabled.
setTopCenterEnabled(boolean)voidSets topCenterEnabled.
setTopLeftEnabled(boolean)voidSets topLeftEnabled.
setTopRightEnabled(boolean)voidSets topRightEnabled.