All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.scene.layout.Border.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Border of a Region. A Border is an immutable object which encapsulates the entire set of data required to render the border of a Region. Because this class is immutable, you can freely reuse the same Border on many different Regions. Please refer to JavaFX CSS Reference for a complete description of the CSS rules for styling the border of a Region.

]]>
The image to use. This must not be null.

]]>
The widths of the border in each dimension. A null value results in Insets.EMPTY.

]]>
The insets at which to place the border relative to the region. A null value results in Insets.EMPTY

]]>
The slices for the image. If null, defaults to BorderImageSlices.DEFAULT

]]>
The repeat value for the border image in the x direction. If null, defaults to STRETCH.

]]>
The repeat value for the border image in the y direction. If null, defaults to the same value as repeatX.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy