FillBuilder

Background fill configurator class.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
fun build(): BackgroundFill

Return background fill based on current configuration.

Properties

Link copied to clipboard
var fill: Paint? = null

Any Paint. If null, the value javafx.scene.paint.Color.TRANSPARENT is used..

Link copied to clipboard
var insets: Insets? = null

The insets. If null, the value Insets.EMPTY is used.

Link copied to clipboard
var radii: CornerRadii? = null

The corner Radii. If null, the value Radii.EMPTY is used.