Java javafx.scene.shape Polyline fields, constructors, methods, implement or subclass

Example usage for Java javafx.scene.shape Polyline fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javafx.scene.shape Polyline.

The text is from its open source code.

Constructor

Polyline()
Creates an empty instance of Polyline.

Method

ObservableListgetPoints()
Gets the coordinates of the PolyLine segments.
voidsetFill(Paint value)
voidsetStroke(Paint value)