Uses of Enum Class
javafx.scene.layout.BorderRepeat
Packages that use BorderRepeat
-
Uses of BorderRepeat in javafx.scene.layout
Methods in javafx.scene.layout that return BorderRepeatModifier and TypeMethodDescriptionfinal BorderRepeat
BorderImage.getRepeatX()
Indicates in what manner (if at all) the border image is to be repeated along the x-axis of the region.final BorderRepeat
BorderImage.getRepeatY()
Indicates in what manner (if at all) the border image is to be repeated along the y-axis of the region.static BorderRepeat
Returns the enum constant of this class with the specified name.static BorderRepeat[]
BorderRepeat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in javafx.scene.layout with parameters of type BorderRepeatModifierConstructorDescriptionBorderImage
(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY) Creates a new BorderImage.