Uses of Class
javafx.scene.layout.CornerRadii
Package | Description |
---|---|
javafx.scene.layout |
Provides classes to support user interface layout.
|
-
Uses of CornerRadii in javafx.scene.layout
Fields in javafx.scene.layout declared as CornerRadii Modifier and Type Field Description static CornerRadii
CornerRadii. EMPTY
A CornerRadii which is entirely empty, indicating squared corners.Methods in javafx.scene.layout that return CornerRadii Modifier and Type Method Description CornerRadii
BackgroundFill. getRadii()
The Radii to use for representing the four radii of the BackgroundFill.CornerRadii
BorderStroke. getRadii()
Defines the radii for each corner of thisBorderStroke
.Constructors in javafx.scene.layout with parameters of type CornerRadii Constructor Description BackgroundFill(Paint fill, CornerRadii radii, Insets insets)
Creates a new BackgroundFill with the specified fill, radii, and insets.BorderStroke(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths)
Creates a newBorderStroke
.BorderStroke(Paint stroke, BorderStrokeStyle style, CornerRadii radii, BorderWidths widths, Insets insets)
Creates a newBorderStroke
.BorderStroke(Paint topStroke, Paint rightStroke, Paint bottomStroke, Paint leftStroke, BorderStrokeStyle topStyle, BorderStrokeStyle rightStyle, BorderStrokeStyle bottomStyle, BorderStrokeStyle leftStyle, CornerRadii radii, BorderWidths widths, Insets insets)
Creates a newBorderStroke
, specifying all construction parameters.