Overview
The Astroid class defines a hypocycloid with four cusps. See http://en.wikipedia.org/wiki/Astroid
the code:
import org.jfxtras.scene.shape.Astroid;
import javafx.scene.paint.*;
Astroid {
centerX: 40
centerY: 40
radius: 30
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 astroid in pixels. |
| public | centerY | Number | ![]() | ![]() | ![]() | 0 |
Defines the vertical position of the center of the astroid in pixels. |
| public | radius | Number | ![]() | ![]() | ![]() | 40 |
Defines the radius of the astroid in pixels. |
