Uses of Enum Class
javafx.scene.layout.BackgroundRepeat
-
Uses of BackgroundRepeat in javafx.scene.layout
Modifier and TypeMethodDescriptionfinal BackgroundRepeat
BackgroundImage.getRepeatX()
Indicates in what manner (if at all) the background image is to be repeated along the x-axis of the region.final BackgroundRepeat
BackgroundImage.getRepeatY()
Indicates in what manner (if at all) the background image is to be repeated along the y-axis of the region.static BackgroundRepeat
Returns the enum constant of this class with the specified name.static BackgroundRepeat[]
BackgroundRepeat.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBackgroundImage
(Image image, BackgroundRepeat repeatX, BackgroundRepeat repeatY, BackgroundPosition position, BackgroundSize size) Creates a new BackgroundImage.