Skip to main content

UIImage

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

Package: JAVARuntime

Category: UI

Component: yes


public class UIImage extends Component

Constructors

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

Attributes

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

Virtual Attributes

NameTypeAccessDescription
borderfloatget/setVirtual attribute exposed by getBorder. Access it like a field to read or write the underlying value.
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
textureTextureget/setVirtual attribute exposed by getTexture. Access it like a field to read or write the underlying value.