Example usage for Java javafx.scene.layout Background fields, constructors, methods, implement or subclass
The text is from its open source code.
Background | EMPTY An empty Background, useful to use instead of null. |
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. |