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

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.

Methods

SignatureReturnsDescription
getBorder()floatReturns the current border value.
getColor()ColorReturns the current color value.
getTexture()TextureReturns the current texture value.
setBorder(float)voidSets border.
setColor(Color)voidSets color.
setTexture(Texture)voidSets texture.