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

xworker.javafx.scene.shape.Rectangle.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    The Rectangle class defines a rectangle with the specified size and location. By default the rectangle has sharp corners. Rounded corners can be specified by setting both of the arcWidth and arcHeight properties to positive values (> 0.0).

]]>
Defines the vertical diameter of the arc at the four corners of the rectangle.

]]>
Defines the horizontal diameter of the arc at the four corners of the rectangle.

]]>
Defines the height of the rectangle.

]]>
Defines the width of the rectangle.

]]>
Defines the X coordinate of the upper-left corner of the rectangle.

]]>
Defines the Y coordinate of the upper-left corner of the rectangle.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy