Overview
The RoundPin class defines a cone with a rounded top.
the code:
import org.jfxtras.scene.shape.RoundPin;
import javafx.scene.paint.*;
RoundPin {
angle: 0
centerX: 50
centerY: 50
radius: 40
height: 80
fill: Color.BLACK
}produces:

Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | angle | Number | ![]() | ![]() | ![]() | 0.0 |
Defines the rotation angle of the pin in degrees. |
| public | centerX | Number | ![]() | ![]() | ![]() | 0.0 |
Defines the horizontal position of the center of the pin in pixels. |
| public | centerY | Number | ![]() | ![]() | ![]() | 0.0 |
Defines the vertical position of the center of the pin in pixels. |
| public | height | Number | ![]() | ![]() | ![]() | 40 |
Defines the height of the pin in pixels. |
| public | radius | Number | ![]() | ![]() | ![]() | 20 |
Defines the radius of the pin in pixels. |
