Uses of Class
javafx.scene.layout.Background
-
Uses of Background in javafx.scene.layout
Modifier and TypeFieldDescriptionstatic final Background
Background.EMPTY
An empty Background, useful to use instead of null.Modifier and TypeMethodDescriptionstatic Background
A convenience factory method for creating aBackground
with a singlePaint
.final Background
Region.getBackground()
Gets the value of thebackground
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<Background> Region.backgroundProperty()
The background of the Region, which is made up of zero or more BackgroundFills, and zero or more BackgroundImages.Modifier and TypeMethodDescriptionfinal void
Region.setBackground
(Background value) Sets the value of thebackground
property.