Uses of Class
javafx.scene.layout.BackgroundSize
-
Uses of BackgroundSize in javafx.scene.layout
Modifier and TypeFieldDescriptionstatic final BackgroundSize
BackgroundSize.DEFAULT
The default BackgroundSize used by BackgroundImages when an explicit size is not defined.Modifier and TypeMethodDescriptionfinal BackgroundSize
BackgroundImage.getSize()
The size of this image relative to the Region.ModifierConstructorDescriptionBackgroundImage
(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size) Creates a new BackgroundImage.