Uses of Enum Class
javafx.scene.layout.BorderRepeat
-
Uses of BorderRepeat in javafx.scene.layout
Modifier 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.ModifierConstructorDescriptionBorderImage
(Image image, BorderWidths widths, Insets insets, BorderWidths slices, boolean filled, BorderRepeat repeatX, BorderRepeat repeatY) Creates a new BorderImage.