Skip to main content

UIRect

Complete API reference for UIRect, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UIRect extends Component

Constructors

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

Attributes

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

Virtual Attributes

NameTypeAccessDescription
autoSHbooleansetVirtual attribute exposed by setAutoSH. Access it like a field to read or write the underlying value.
autoSWbooleansetVirtual attribute exposed by setAutoSW. Access it like a field to read or write the underlying value.
marginBottomintget/setVirtual attribute exposed by getMarginBottom. Access it like a field to read or write the underlying value.
marginLeftintget/setVirtual attribute exposed by getMarginLeft. Access it like a field to read or write the underlying value.
marginRightintget/setVirtual attribute exposed by getMarginRight. Access it like a field to read or write the underlying value.
marginTopintget/setVirtual attribute exposed by getMarginTop. Access it like a field to read or write the underlying value.
paddingBottomintget/setVirtual attribute exposed by getPaddingBottom. Access it like a field to read or write the underlying value.
paddingLeftintget/setVirtual attribute exposed by getPaddingLeft. Access it like a field to read or write the underlying value.
paddingRightintget/setVirtual attribute exposed by getPaddingRight. Access it like a field to read or write the underlying value.
paddingTopintget/setVirtual attribute exposed by getPaddingTop. Access it like a field to read or write the underlying value.
positionintget/setVirtual attribute exposed by getPosition. Access it like a field to read or write the underlying value.
positionXintget/setVirtual attribute exposed by getPositionX. Access it like a field to read or write the underlying value.
positionYintget/setVirtual attribute exposed by getPositionY. Access it like a field to read or write the underlying value.
sizeintget/setVirtual attribute exposed by getSize. Access it like a field to read or write the underlying value.
sizeXintget/setVirtual attribute exposed by getSizeX. Access it like a field to read or write the underlying value.
sizeYintget/setVirtual attribute exposed by getSizeY. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
isAutoSH()booleanReturns whether auto sh is true.
isAutoSW()booleanReturns whether auto sw is true.