Uses of Class
javafx.scene.layout.BackgroundPosition
-
Uses of BackgroundPosition in javafx.scene.layout
Modifier and TypeFieldDescriptionstatic final BackgroundPosition
BackgroundPosition.CENTER
A BackgroundPosition which will center a BackgroundImage.static final BackgroundPosition
BackgroundPosition.DEFAULT
The default BackgroundPosition for any BackgroundImage.Modifier and TypeMethodDescriptionfinal BackgroundPosition
BackgroundImage.getPosition()
The position of this BackgroundImage relative to the Region.ModifierConstructorDescriptionBackgroundImage
(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size) Creates a new BackgroundImage.