Class CornerRadii

java.lang.Object
javafx.scene.layout.CornerRadii

public class CornerRadii extends Object
Defines the radii of each of the four corners of a BorderStroke. The CornerRadii class is immutable and therefore can be reused on multiple BorderStrokes. This class defines 8 different values, corresponding to the horizontal and vertical components of 4 quarter ellipses, which in turn define the curvature of the corners of the BorderStroke.
Since:
JavaFX 8.0