Overview
The ReuleauxTriangle class defines a curved triangle shape.
the code:
import org.jfxtras.scene.shape.ETriangle;
import javafx.scene.paint.*;
ReuleauxTriangle {
centerX: 50
centerY: 50
radius: 25
fill: Color.BLACK
}produces:

Profile: desktop
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | centerX | Number | ![]() | ![]() | ![]() | 0 |
Defines the horizontal position of the center of the triangle in pixels. |
| public | centerY | Number | ![]() | ![]() | ![]() | 0 |
Defines the vertical position of the center of the triangle in pixels. |
| public | radius | Number | ![]() | ![]() | ![]() |
Defines the width of the triangle's sides and the radius of the arcs in pixels. |
