Example usage for Java javafx.scene.shape Polyline fields, constructors, methods, implement or subclass
The text is from its open source code.
Polyline() Creates an empty instance of Polyline. |
ObservableList | getPoints() Gets the coordinates of the PolyLine segments. |
void | setFill(Paint value) |
void | setStroke(Paint value) |