Skip to main content

UIOutline

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

Package: JAVARuntime

Category: UI

Component: yes


public class UIOutline extends Component

Constructors

SignatureDescription
UIOutline()Creates a new instance of UIOutline.

Virtual Attributes

NameTypeAccessDescription
outlineColorColorget/setVirtual attribute exposed by getOutlineColor. Access it like a field to read or write the underlying value.
thicknessfloatget/setVirtual attribute exposed by getThickness. Access it like a field to read or write the underlying value.
thresholdfloatget/setVirtual attribute exposed by getThreshold. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getOutlineColor()ColorReturns the current outlineColor value.
getThickness()floatReturns the current thickness value.
getThreshold()floatReturns the current threshold value.
setOutlineColor(Color)voidSets outlineColor.
setThickness(float)voidSets thickness.
setThreshold(float)voidSets threshold.