Java javafx.scene.layout Background fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.layout Background fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.layout Background.

The text is from its open source code.

Field

BackgroundEMPTY
An empty Background, useful to use instead of null.

Constructor

Background(final @NamedArg("fills") BackgroundFill... fills)
Create a new Background by supplying an array of BackgroundFills.
Background(final @NamedArg("images") BackgroundImage... images)
Create a new Background by supplying an array of BackgroundImages.